summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2022-04-13 19:02:09 +0100
committerfalkTX <falktx@falktx.com>2022-04-13 19:02:09 +0100
commit88102ec4a73ecb18b58198193905aefe6b378ce5 (patch)
treefe7d337ce68abbdb1b1be0ccc5c57f83cf020f73 /.github/workflows
parentac00dee3ae5c4d24527c5a30cddf55cef72bc69b (diff)
downloadjack2-88102ec4a73ecb18b58198193905aefe6b378ce5.tar.gz
Bump version to 1.9.21
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d0c51b05..a372b725 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -8,10 +8,11 @@ on:
branches:
- '*'
env:
- CACHE_VERSION: 4
+ CACHE_VERSION: 5
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
PAWPAW_VERSION: 023bccdeffafc4212292072a1eba78d9e709510e
+ PAWPAW_SKIP_LTO: 1
jobs:
# macOS native intel build
@@ -40,8 +41,6 @@ jobs:
./PawPaw/bootstrap-jack2.sh macos && ./PawPaw/.cleanup.sh macos
- name: Build jack2
shell: bash
- env:
- PAWPAW_SKIP_LTO: 1
run: |
pushd PawPaw && source local.env macos && popd
python ./waf configure --platform=darwin --prefix=/usr/local --example-tools
@@ -89,8 +88,6 @@ jobs:
./PawPaw/bootstrap-jack2.sh macos-universal && ./PawPaw/.cleanup.sh macos-universal
- name: Build jack2
shell: bash
- env:
- PAWPAW_SKIP_LTO: 1
run: |
pushd PawPaw && source local.env macos-universal && popd
python ./waf configure --platform=darwin --prefix=/usr/local --example-tools
@@ -151,8 +148,6 @@ jobs:
./PawPaw/bootstrap-jack2.sh win32 && ./PawPaw/.cleanup.sh win32
- name: Build jack2
shell: bash
- env:
- PAWPAW_SKIP_LTO: 1
run: |
pushd PawPaw && source local.env win32 && popd
./waf configure --platform=win32 --prefix=$(pwd)/destdir --static --example-tools
@@ -233,8 +228,6 @@ jobs:
./PawPaw/bootstrap-jack2.sh win64 && ./PawPaw/.cleanup.sh win64
- name: Build jack2
shell: bash
- env:
- PAWPAW_SKIP_LTO: 1
run: |
pushd PawPaw && source local.env win64 && popd
export PATH+=":/usr/i686-w64-mingw32/bin"