fix: arch package version (#1628)
This commit is contained in:
parent
6d19134581
commit
515fafef2d
2 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ build() {
|
|||
npm install
|
||||
popd
|
||||
|
||||
export BRANCH=@GITHUB_BRANCH@
|
||||
export BUILD_VERSION=@GITHUB_BUILD_VERSION@
|
||||
export COMMIT=@GITHUB_COMMIT@
|
||||
|
||||
export CFLAGS="${CFLAGS/-Werror=format-security/}"
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=format-security/}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue