Skip to content

Commit

Permalink
Use buildjet for all builds and fix multiline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
YLivay committed Dec 18, 2023
1 parent 1e4d542 commit e838dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# - os: macos-11
# platform: 'darwin-arm64v8'
include:
- os: ubuntu-22.04
- os: buildjet-4vcpu-ubuntu-2204
platform: 'linux-x64'
- os: buildjet-4vcpu-ubuntu-2204-arm
platform: 'linux-arm64v8'
Expand Down
2 changes: 1 addition & 1 deletion build/lin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ sed -i'.bak' "/subdir('man')/{N;N;D;N;d;}" meson.build

CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" meson setup _build --default-library=shared --buildtype=release --strip --prefix=${TARGET} ${MESON} \
-Ddeprecated=false -Dintrospection=disabled -Dmodules=disabled -Dcfitsio=disabled -Dfftw=disabled -Djpeg-xl=disabled \
# Game Jolt: enabled ImageMagick.
`# Game Jolt: enabled ImageMagick.` \
${WITHOUT_HIGHWAY:+-Dhighway=disabled} -Dorc=disabled -Dmagick=enabled -Dmatio=disabled -Dnifti=disabled -Dopenexr=disabled \
-Dopenjpeg=disabled -Dopenslide=disabled -Dpdfium=disabled -Dpoppler=disabled -Dquantizr=disabled \
-Dppm=false -Danalyze=false -Dradiance=false \
Expand Down

0 comments on commit e838dc2

Please sign in to comment.