Skip to content

Commit

Permalink
Merge pull request #9528
Browse files Browse the repository at this point in the history
2fcaf95 guix: drop 32-bit android target (tobtoht)
  • Loading branch information
tobtoht committed Jan 14, 2025
2 parents 2144b2b + 2fcaf95 commit 90ca752
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/guix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- target: "x86_64-apple-darwin"
- target: "aarch64-apple-darwin"
- target: "aarch64-linux-android"
- target: "arm-linux-androideabi"

name: ${{ matrix.toolchain.target }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions contrib/guix/guix-build
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ export HOSTS="${HOSTS:-x86_64-linux-gnu
x86_64-unknown-freebsd
x86_64-apple-darwin
aarch64-apple-darwin
aarch64-linux-android
arm-linux-androideabi}"
aarch64-linux-android}"

# Usage: distsrc_for_host HOST
#
Expand Down

0 comments on commit 90ca752

Please sign in to comment.