Skip to content

Commit

Permalink
Revert the frig (#3369)
Browse files Browse the repository at this point in the history
Test allowing remote-builds
  • Loading branch information
AlanGriffiths authored May 14, 2024
2 parents cf8662e + f4b57b3 commit 943b976
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
run: |
ARCHES=( amd64 )
if ${{ github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name }}; then
# ARCHES+=( armhf arm64 ) ## remote-build ...armhf is flaky: Don't risk it
ARCHES+=( arm64 )
ARCHES+=( armhf arm64 )
fi
jq --compact-output --null-input '$ARGS.positional' --args -- "${ARCHES[@]}" | awk '{ print "arches=" $0 }' >> $GITHUB_OUTPUT
Expand Down
1 change: 0 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: mir-libs
base: core24
build-base: devel
summary: The fast, open and secure display server for any device - build environment
description: |
Mir is a display server running on linux systems, with a focus on efficiency,
Expand Down

0 comments on commit 943b976

Please sign in to comment.