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 912f7a9 commit bd21f06Copy full SHA for bd21f06
.github/workflows/ccpp.yml
@@ -89,10 +89,10 @@ jobs:
89
uses: ./.github/actions/build-gcc
90
with:
91
extra-configure-env: ''
92
- run_test_flags: '--target_board=unix\{-m32}'
+ run_test_flags: '--target_board=unix\{-m32,-m64}'
93
glibc_assertion: false
94
use-old-gcc: '5.4.0'
95
- enable_multilib: false
+ enable_multilib: true
96
bootstrap: false
97
98
build-and-check-asan:
0 commit comments