Skip to content

Commit

Permalink
workflows MSYS2 used LLD and BFD linker types
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 19, 2024
1 parent c5b02a5 commit 9459134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/msys2-ucrt64-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ jobs:
-D CMAKE_EXPORT_PACKAGE_REGISTRY:BOOL=OFF
-D CMAKE_BUILD_TYPE:STRING=${{ matrix.build-type.name }}
-D CMAKE_CXX_SCAN_FOR_MODULES:BOOL=OFF
('${{ matrix.compiler.key }}' -ceq 'clang' ? '-D CMAKE_LINKER_TYPE:STRING=LLD' :
'-D CMAKE_LINKER_TYPE:STRING=BFD')
-D VCPKG_APPLOCAL_DEPS:BOOL=OFF
-D VERBOSE_CONFIGURE:BOOL=ON
-D BUILD_TREE_DEPLOY:BOOL=ON
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msys2-ucrt64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ jobs:
-D CMAKE_EXPORT_PACKAGE_REGISTRY:BOOL=OFF
-D CMAKE_BUILD_TYPE:STRING=Debug
-D CMAKE_CXX_SCAN_FOR_MODULES:BOOL=OFF
-D CMAKE_LINKER_TYPE:STRING=LLD
-D VCPKG_APPLOCAL_DEPS:BOOL=OFF
-D VERBOSE_CONFIGURE:BOOL=ON
-D BUILD_TREE_DEPLOY:BOOL=OFF
Expand Down

0 comments on commit 9459134

Please sign in to comment.