Build pkg in docker

This commit is contained in:
Kevin Yue
2024-02-25 22:49:48 -05:00
parent e04bb99d7a
commit ff43986085
4 changed files with 26 additions and 26 deletions

View File

@@ -35,7 +35,9 @@ A GUI for GlobalProtect VPN, based on OpenConnect, supports the SSO authenticati
%setup
%build
make build OFFLINE=@OFFLINE@
# The injected RUSTFLAGS could fail the build
unset RUSTFLAGS
make build OFFLINE=@OFFLINE@ BUILD_FE=0
%install
%make_install