Skip to content

Commit

Permalink
Work around issue with linker flag for non-trunk builds on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
finagolfin committed Nov 11, 2024
1 parent 183f29d commit be90cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ jobs:
if ${{ matrix.version == 'trunk' }}; then
FLAGS+=" -Xswiftc -disallow-use-new-driver"
else
FLAGS+=" -Xswiftc -use-ld=lld"
FLAGS+=" -Xswiftc -Xclang-linker -Xswiftc -fuse-ld=lld"
fi
echo "SWIFTPM_FLAGS=${FLAGS}" >> $GITHUB_ENV
Expand Down

0 comments on commit be90cb8

Please sign in to comment.