mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-09-11 18:29:22 -07:00
Let binutils' Downgrade be a step.
This commit is contained in:
@@ -58,10 +58,7 @@ jobs:
|
|||||||
mingw-w64-ucrt-x86_64-gcc
|
mingw-w64-ucrt-x86_64-gcc
|
||||||
mingw-w64-ucrt-x86_64-arm-none-eabi-gcc
|
mingw-w64-ucrt-x86_64-arm-none-eabi-gcc
|
||||||
mingw-w64-ucrt-x86_64-arm-none-eabi-gdb
|
mingw-w64-ucrt-x86_64-arm-none-eabi-gdb
|
||||||
# TODO workaround: "error: linker script file 'xxxx' appears multiple times"
|
mingw-w64-ucrt-x86_64-arm-none-eabi-binutils
|
||||||
# This should be reverted once MSYS2 ships a non-broken version of the linker.
|
|
||||||
# mingw-w64-ucrt-x86_64-arm-none-eabi-binutils
|
|
||||||
https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-arm-none-eabi-binutils-2.46.1-1-any.pkg.tar.zst
|
|
||||||
mingw-w64-ucrt-x86_64-arm-none-eabi-newlib
|
mingw-w64-ucrt-x86_64-arm-none-eabi-newlib
|
||||||
mingw-w64-ucrt-x86_64-readline
|
mingw-w64-ucrt-x86_64-readline
|
||||||
mingw-w64-ucrt-x86_64-libsndfile
|
mingw-w64-ucrt-x86_64-libsndfile
|
||||||
@@ -110,6 +107,11 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
|
# TODO workaround: "error: linker script file 'xxxx' appears multiple times"
|
||||||
|
# This should be reverted once MSYS2 ships a non-broken version of the linker.
|
||||||
|
- name: Downgrade ARM linker (Windows, temporary)
|
||||||
|
run: pacman -U --noconfirm https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-arm-none-eabi-binutils-2.46.1-1-any.pkg.tar.zst
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
run: make clean
|
run: make clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user