[win32 ci pipeline]

bookworm has no need for alternatives for mingw.

remove update-alternatives from the pipeline
This commit is contained in:
Jeff Becker 2023-01-03 09:28:28 -05:00
parent 1d84d630ea
commit dcd4623d2e
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D
1 changed files with 0 additions and 2 deletions

View File

@ -164,8 +164,6 @@ local windows_cross_pipeline(name,
apt_get_quiet + ' update',
apt_get_quiet + ' install -y eatmydata',
'eatmydata ' + apt_get_quiet + ' install --no-install-recommends -y build-essential cmake git pkg-config ccache g++-mingw-w64-x86-64-posix nsis zip icoutils automake libtool librsvg2-bin bison',
'update-alternatives --set x86_64-w64-mingw32-gcc /usr/bin/x86_64-w64-mingw32-gcc-posix',
'update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix',
'JOBS=' + jobs + ' VERBOSE=1 ./contrib/windows.sh -DSTRIP_SYMBOLS=ON -DGUI_EXE=$${DRONE_WORKSPACE}/gui/release/Lokinet-GUI_portable.exe' +
ci_dep_mirror(local_mirror),
] + extra_cmds,