Skip to content

Commit

Permalink
github: disable aarch64/arm64 linux builds due to cross-compilation e…
Browse files Browse the repository at this point in the history
…rror in systray
  • Loading branch information
JamesDunne committed Aug 31, 2023
1 parent c3186e4 commit 0bed60d
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,20 +233,30 @@ jobs:
tags: notray
alt: -notray
snfm: snfm-*-linux-x64.zip
- os: ubuntu-latest
goos: linux
goarch: arm64
suffix: tar.xz
linuxdeps: gcc-aarch64-linux-gnu libgtk-3-dev libayatana-appindicator3-dev
gobuildenvs: CC=aarch64-linux-gnu-gcc
- os: ubuntu-latest
goos: linux
goarch: arm64
suffix: tar.xz
tags: notray
alt: -notray
linuxdeps: gcc-aarch64-linux-gnu
gobuildenvs: CC=aarch64-linux-gnu-gcc
## NOTE(2023-08-31): disabled arm64 builds due to cross-compilation error with systray package:
## # github.com/getlantern/systray
## In file included from /usr/aarch64-linux-gnu/include/features.h:510,
## from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
## from /usr/aarch64-linux-gnu/include/stdlib.h:26,
## from _cgo_export.c:3:
## /usr/include/x86_64-linux-gnu/gnu/stubs.h:7:11: fatal error: gnu/stubs-32.h: No such file or directory
## 7 | # include <gnu/stubs-32.h>
## | ^~~~~~~~~~~~~~~~
## compilation terminated.
#- os: ubuntu-latest
# goos: linux
# goarch: arm64
# suffix: tar.xz
# linuxdeps: gcc-aarch64-linux-gnu libgtk-3-dev libayatana-appindicator3-dev
# gobuildenvs: CC=aarch64-linux-gnu-gcc
#- os: ubuntu-latest
# goos: linux
# goarch: arm64
# suffix: tar.xz
# tags: notray
# alt: -notray
# linuxdeps: gcc-aarch64-linux-gnu
# gobuildenvs: CC=aarch64-linux-gnu-gcc
#- os: ubuntu-latest
# goos: linux
# goarch: "386"
Expand Down

0 comments on commit 0bed60d

Please sign in to comment.