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 2a00b12 commit f2068f2Copy full SHA for f2068f2
.github/workflows/ci.yml
@@ -451,6 +451,12 @@ jobs:
451
timeout-minutes: 120
452
file-env: './ci/test/00_setup_env_native_nowallet_libbitcoinkernel.sh'
453
454
+ - name: 'no IPC, i686, DEBUG'
455
+ cirrus-runner: 'ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04-md'
456
+ fallback-runner: 'ubuntu-24.04'
457
+ timeout-minutes: 120
458
+ file-env: './ci/test/00_setup_env_i686_no_ipc.sh'
459
+
460
steps:
461
- name: Checkout
462
uses: actions/checkout@v5
0 commit comments