Skip to content

Commit

Permalink
wip cross linux arm64 5
Browse files Browse the repository at this point in the history
  • Loading branch information
antmak committed Nov 8, 2023
1 parent 91ba7f8 commit 517ff1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# shell: bash -e {0}
- platform: linux-arm64
runs_on: ubuntu-20.04
# The blank docker-hub image for croossbuild packages instead of the heavy GitHub's one
# Used the blank docker-hub's image instead of the heavy GitHub's one for correct croossbuild prerequisites
container: ubuntu:20.04
extra_configure_args: "--disable-gtk --cross-prefix=aarch64-linux-gnu-"
shell: bash -e {0}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scripts/configure-cross-linux-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

## # replace libgcrypt method to 'pkg-config'
## sed -z -i "s/\(.*dependency('libgcrypt'.*method: '\)config-tool\('.*\)/\1pkg-config\2/g" -- meson.build
# replace libgcrypt method to 'pkg-config'
sed -z -i "s/\(.*dependency('libgcrypt'.*method: '\)config-tool\('.*\)/\1pkg-config\2/g" -- meson.build

./configure \
--prefix=$PWD/install/qemu \
Expand Down

0 comments on commit 517ff1c

Please sign in to comment.