| @@ -41,7 +41,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| env: | env: | ||||
| @@ -53,7 +52,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env linux-aarch64; popd | pushd deps/PawPaw; source local.env linux-aarch64; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| make unzipfx | make unzipfx | ||||
| @@ -96,7 +94,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| env: | env: | ||||
| @@ -108,7 +105,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env linux-armhf; popd | pushd deps/PawPaw; source local.env linux-armhf; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| make unzipfx | make unzipfx | ||||
| @@ -147,7 +143,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| env: | env: | ||||
| @@ -159,7 +154,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env linux-i686; popd | pushd deps/PawPaw; source local.env linux-i686; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| make unzipfx | make unzipfx | ||||
| @@ -197,7 +191,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| run: | | run: | | ||||
| @@ -207,7 +200,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env linux; popd | pushd deps/PawPaw; source local.env linux; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true SKIP_RTAUDIO_FALLBACK=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| make unzipfx | make unzipfx | ||||
| @@ -299,7 +291,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| brew install ccache | brew install ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Fix up Xcode | - name: Fix up Xcode | ||||
| run: | | run: | | ||||
| @@ -313,7 +304,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/local/opt/ccache/libexec:${PATH}" | export PATH="/usr/local/opt/ccache/libexec:${PATH}" | ||||
| pushd deps/PawPaw; source local.env macos-universal; popd | pushd deps/PawPaw; source local.env macos-universal; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(sysctl -n hw.logicalcpu) | make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(sysctl -n hw.logicalcpu) | ||||
| ./dpf/utils/package-osx-bundles.sh | ./dpf/utils/package-osx-bundles.sh | ||||
| @@ -350,7 +340,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| run: | | run: | | ||||
| @@ -360,7 +349,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env win32; popd | pushd deps/PawPaw; source local.env win32; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| - name: Set sha8 | - name: Set sha8 | ||||
| @@ -397,7 +385,6 @@ jobs: | |||||
| - name: Install ccache | - name: Install ccache | ||||
| run: | | run: | | ||||
| sudo apt-get install -yqq ccache | sudo apt-get install -yqq ccache | ||||
| ccache --set-config=cache_dir=~/.ccache | |||||
| ccache --set-config=compression=true | ccache --set-config=compression=true | ||||
| - name: Build extra dependencies | - name: Build extra dependencies | ||||
| run: | | run: | | ||||
| @@ -407,7 +394,6 @@ jobs: | |||||
| run: | | run: | | ||||
| export PATH="/usr/lib/ccache:${PATH}" | export PATH="/usr/lib/ccache:${PATH}" | ||||
| pushd deps/PawPaw; source local.env win64; popd | pushd deps/PawPaw; source local.env win64; popd | ||||
| ccache --show-config | |||||
| make features | make features | ||||
| make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | make NOOPT=true WITH_LTO=true WITH_PAWPAW=true -j $(nproc) | ||||
| - name: Set sha8 | - name: Set sha8 | ||||