mirror of
https://github.com/monero-project/monero.git
synced 2025-08-21 09:48:13 -04:00
guix: drop support for i686-linux-gnu
This commit is contained in:
parent
977dedce2c
commit
de5a4a1cf7
3 changed files with 1 additions and 3 deletions
1
.github/workflows/guix.yml
vendored
1
.github/workflows/guix.yml
vendored
|
@ -44,7 +44,6 @@ jobs:
|
|||
- target: "aarch64-linux-gnu"
|
||||
- target: "arm-linux-gnueabihf"
|
||||
- target: "riscv64-linux-gnu"
|
||||
- target: "i686-linux-gnu"
|
||||
- target: "x86_64-w64-mingw32"
|
||||
- target: "x86_64-unknown-freebsd"
|
||||
- target: "x86_64-apple-darwin"
|
||||
|
|
|
@ -172,7 +172,7 @@ details.
|
|||
bootstrappable build.
|
||||
|
||||
_(defaults to "x86\_64-linux-gnu aarch64-linux-gnu arm-linux-gnueabihf
|
||||
riscv64-linux-gnu i686-linux-gnu x86\_64-w64-mingw32 x86\_64-unknown-freebsd
|
||||
riscv64-linux-gnu x86\_64-w64-mingw32 x86\_64-unknown-freebsd
|
||||
x86\_64-apple-darwin arm64-apple-darwin aarch64-linux-android")_
|
||||
|
||||
* _**SOURCES_PATH**_
|
||||
|
|
|
@ -83,7 +83,6 @@ export HOSTS="${HOSTS:-x86_64-linux-gnu
|
|||
aarch64-linux-gnu
|
||||
arm-linux-gnueabihf
|
||||
riscv64-linux-gnu
|
||||
i686-linux-gnu
|
||||
x86_64-w64-mingw32
|
||||
x86_64-unknown-freebsd
|
||||
x86_64-apple-darwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue