Skip to content

Commit

Permalink
fix: arch package version (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 12, 2023
1 parent 6d19134 commit 515fafe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ cmake \
-DSUNSHINE_CONFIGURE_PKGBUILD=ON \
-DSUNSHINE_SUB_VERSION="${sub_version}" \
-DGITHUB_CLONE_URL="${CLONE_URL}" \
-DGITHUB_BRANCH=${BRANCH} \
-DGITHUB_BUILD_VERSION=${BUILD_VERSION} \
-DGITHUB_COMMIT="${COMMIT}" \
-DSUNSHINE_CONFIGURE_ONLY=ON \
/build/sunshine
Expand Down
4 changes: 4 additions & 0 deletions packaging/linux/Arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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/}"

Expand Down

0 comments on commit 515fafe

Please sign in to comment.