Skip to content

Commit

Permalink
chore: remove armhf snap build
Browse files Browse the repository at this point in the history
The armhf snap hasn't been published, and I doubt anyone would use it if it were. It also blocks other architectures and revisions from being reviewed as it fails review in the store. Other architectures do not fail.

```
Found files with executable stack. This adds PROT_EXEC to mmap(2) during mediation which may cause security denials. Either adjust your program to not require an executable stack, strip it with 'execstack --clear-execstack ...' or remove the affected file from your snap. Affected files: usr/lib/arm-linux-gnueabihf/libx264.so.164 functional-snap-v2_execstack 
```
  • Loading branch information
popey authored and flexiondotorg committed Aug 2, 2024
1 parent f1b552c commit 8e3b4dc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ platforms:
arm64:
build-on: [ arm64 ]
build-for: [arm64 ]
armhf:
build-on: [ armhf ]
build-for: [ armhf ]

parts:
stream-sprout:
Expand Down

0 comments on commit 8e3b4dc

Please sign in to comment.