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

@@ -25,7 +25,7 @@ build() {
# Must unset the CFLAGS, otherwise the build fails
unset CFLAGS
make build OFFLINE=@OFFLINE@
make build OFFLINE=@OFFLINE@ BUILD_FE=0
}
package() {