Skip to content

Commit b1bf169

Browse files
committed
ci: use libgcc for GitHub Actions tests
1 parent c3ffe4c commit b1bf169

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/bootstrap.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ packages:
3939
- '--buildtype=debugoptimized'
4040
- "-Dc_args=['-Wno-error=maybe-uninitialized', '-Wno-unknown-warning-option']"
4141
- "-Dcpp_args=['-Wno-error=maybe-uninitialized', '-Wno-unknown-warning-option']"
42-
- "-Dlibgcc_dependency=false"
42+
# - "-Dlibgcc_dependency=false"
4343
- "-Duse_freestnd_hdrs=enabled"
4444
- "-Dbuild_tests=true"
4545
- "-Db_sanitize=undefined"
@@ -74,7 +74,7 @@ packages:
7474
- '--buildtype=debugoptimized'
7575
- "-Dc_args=['-Wno-error=maybe-uninitialized']"
7676
- "-Dcpp_args=['-Wno-error=maybe-uninitialized']"
77-
- "-Dlibgcc_dependency=false"
77+
# - "-Dlibgcc_dependency=false"
7878
- "-Duse_freestnd_hdrs=enabled"
7979
- "-Dbuild_tests=true"
8080
- "-Db_sanitize=undefined"
@@ -106,7 +106,7 @@ packages:
106106
- '--buildtype=debugoptimized'
107107
- "-Dc_args=['-Wno-error=maybe-uninitialized']"
108108
- "-Dcpp_args=['-Wno-error=maybe-uninitialized']"
109-
- "-Dlibgcc_dependency=false"
109+
# - "-Dlibgcc_dependency=false"
110110
- "-Duse_freestnd_hdrs=enabled"
111111
- "-Dbuild_tests=true"
112112
- "-Db_sanitize=undefined"
@@ -139,7 +139,7 @@ packages:
139139
- '--buildtype=debugoptimized'
140140
- "-Dc_args=['-Wno-error=maybe-uninitialized']"
141141
- "-Dcpp_args=['-Wno-error=maybe-uninitialized']"
142-
- "-Dlibgcc_dependency=false"
142+
# - "-Dlibgcc_dependency=false"
143143
- "-Duse_freestnd_hdrs=enabled"
144144
- "-Dbuild_tests=true"
145145
- "-Db_sanitize=undefined"
@@ -176,7 +176,7 @@ packages:
176176
- '--buildtype=debugoptimized'
177177
- "-Dc_args=['-Wno-error=maybe-uninitialized']"
178178
- "-Dcpp_args=['-Wno-error=maybe-uninitialized']"
179-
- "-Dlibgcc_dependency=false"
179+
# - "-Dlibgcc_dependency=false"
180180
- "-Duse_freestnd_hdrs=enabled"
181181
- "-Db_sanitize=undefined"
182182
- "-Dwerror=true"

0 commit comments

Comments
 (0)