mirror of
https://github.com/monero-project/monero.git
synced 2025-01-19 09:14:48 +00:00
Merge pull request #9528
2fcaf95
guix: drop 32-bit android target (tobtoht)
This commit is contained in:
commit
90ca75287f
2 changed files with 1 additions and 3 deletions
1
.github/workflows/guix.yml
vendored
1
.github/workflows/guix.yml
vendored
|
@ -48,7 +48,6 @@ jobs:
|
||||||
- target: "x86_64-apple-darwin"
|
- target: "x86_64-apple-darwin"
|
||||||
- target: "aarch64-apple-darwin"
|
- target: "aarch64-apple-darwin"
|
||||||
- target: "aarch64-linux-android"
|
- target: "aarch64-linux-android"
|
||||||
- target: "arm-linux-androideabi"
|
|
||||||
|
|
||||||
name: ${{ matrix.toolchain.target }}
|
name: ${{ matrix.toolchain.target }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -88,8 +88,7 @@ export HOSTS="${HOSTS:-x86_64-linux-gnu
|
||||||
x86_64-unknown-freebsd
|
x86_64-unknown-freebsd
|
||||||
x86_64-apple-darwin
|
x86_64-apple-darwin
|
||||||
aarch64-apple-darwin
|
aarch64-apple-darwin
|
||||||
aarch64-linux-android
|
aarch64-linux-android}"
|
||||||
arm-linux-androideabi}"
|
|
||||||
|
|
||||||
# Usage: distsrc_for_host HOST
|
# Usage: distsrc_for_host HOST
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue