File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ jobs:
70
70
runner : ubuntu-latest
71
71
compiler : gcc
72
72
# These fail because of emulation, not because of the JIT:
73
- exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
73
+ exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
74
74
- target : aarch64-unknown-linux-gnu/clang
75
75
architecture : aarch64
76
76
runner : ubuntu-latest
77
77
compiler : clang
78
78
# These fail because of emulation, not because of the JIT:
79
- exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv
79
+ exclude : test_unix_events test_init test_process_pool test_shutdown test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_threading test_venv test_external_inspection
80
80
env :
81
81
CC : ${{ matrix.compiler }}
82
82
steps :
You can’t perform that action at this time.
0 commit comments