mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 00:40:25 +00:00
CI Win lib555: use ld from binutils
lld (from clang) didn't work Fixes failed run: https://github.com/CESNET/UltraGrid/actions/runs/2207798105
This commit is contained in:
8
.github/scripts/Windows/build_live555.sh
vendored
8
.github/scripts/Windows/build_live555.sh
vendored
@@ -9,5 +9,11 @@ git clone https://github.com/xanview/live555/
|
||||
cd live555
|
||||
git checkout 35c375
|
||||
./genMakefiles mingw
|
||||
make -j $(nproc)
|
||||
|
||||
# ensure binutils ld is used (not lld)
|
||||
pacman -Sy binutils
|
||||
PATH=/usr/bin:PATH
|
||||
|
||||
make -j $(nproc)
|
||||
pacman -Rs binutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user