Skip to content

Commit 3febd24

Browse files
committed
[CI] link libgcc statically
1 parent e75939c commit 3febd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
CMAKE_CXX_COMPILER_LAUNCHER: ccache
2626
CCACHE_DIR: /root/.ccache
2727
CONAN_HOME: /root/.conan2
28-
LDFLAGS: '-static-libstdc++ -flto=auto'
28+
LDFLAGS: '-static-libstdc++ -static-libgcc -flto=auto'
2929
steps:
3030
# Git clone
3131
- name: Install git
@@ -228,7 +228,7 @@ jobs:
228228

229229
release:
230230
if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }}
231-
# TODO
231+
# TODO: test
232232
needs: [test-deb]
233233
runs-on: ubuntu-latest
234234
strategy:

0 commit comments

Comments
 (0)