Skip to content

Commit

Permalink
[CI] link libgcc statically
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Nov 19, 2024
1 parent e75939c commit 3febd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
CMAKE_CXX_COMPILER_LAUNCHER: ccache
CCACHE_DIR: /root/.ccache
CONAN_HOME: /root/.conan2
LDFLAGS: '-static-libstdc++ -flto=auto'
LDFLAGS: '-static-libstdc++ -static-libgcc -flto=auto'
steps:
# Git clone
- name: Install git
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:

release:
if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }}
# TODO
# TODO: test
needs: [test-deb]
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 3febd24

Please sign in to comment.