Skip to content

Commit f093a17

Browse files
committed
[CI] Adjust
1 parent 644aa0a commit f093a17

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/linux_thirdparty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: build-test-thirdparty
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
docker:

scripts/linux_thirdparty.bash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,10 @@ test_postgres() {
180180
test_python() {
181181
github_tar python cpython v3.13.0
182182
replace_line "#if defined(__GNUC__) || defined(__clang__)" "#if 1" Include/pyport.h
183+
replace_line "#if defined(__linux__) && (defined(__GNUC__) || defined(__clang__))" "#if 1" Python/pylifecycle.c
183184
./configure && make
184185

185186
skip_tests=(
186-
test_external_inspection # https://github.com/fuhsnn/slimcc/issues/105
187-
188187
# don't work in CI https://github.com/python/cpython/blob/6d3b5206cfaf5a85c128b671b1d9527ed553c930/.github/workflows/build.yml#L408
189188
test_asyncio test_socket
190189
)

0 commit comments

Comments
 (0)