Merge pull request #9528

2fcaf95 guix: drop 32-bit android target (tobtoht)
This commit is contained in:
tobtoht 2025-01-14 16:21:42 +00:00
commit 90ca75287f
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 1 additions and 3 deletions

View file

@ -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:

View file

@ -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
# #