Skip to content

Commit

Permalink
[CI] Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhsnn committed Dec 5, 2024
1 parent 644aa0a commit f093a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_thirdparty.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build-test-thirdparty

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
docker:
Expand Down
3 changes: 1 addition & 2 deletions scripts/linux_thirdparty.bash
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,10 @@ test_postgres() {
test_python() {
github_tar python cpython v3.13.0
replace_line "#if defined(__GNUC__) || defined(__clang__)" "#if 1" Include/pyport.h
replace_line "#if defined(__linux__) && (defined(__GNUC__) || defined(__clang__))" "#if 1" Python/pylifecycle.c
./configure && make

skip_tests=(
test_external_inspection # https://github.com/fuhsnn/slimcc/issues/105

# don't work in CI https://github.com/python/cpython/blob/6d3b5206cfaf5a85c128b671b1d9527ed553c930/.github/workflows/build.yml#L408
test_asyncio test_socket
)
Expand Down

0 comments on commit f093a17

Please sign in to comment.