8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39d915 commit 249e12aCopy full SHA for 249e12a
.github/workflows/jit.yml
@@ -48,7 +48,7 @@ jobs:
48
runner: ubuntu-latest
49
compiler: gcc
50
# These fail because of emulation, not because of the JIT:
51
- exclude: test_unix_events test_init test_process_pool test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_socket test_subprocess test_venv
+ exclude: test_unix_events test_init test_process_pool test_multiprocessing_fork test_cmd_line test_faulthandler test_os test_perf_profiler test_posix test_signal test_socket test_subprocess test_venv
52
- target: aarch64-unknown-linux-gnu/clang
53
architecture: aarch64
54
0 commit comments