Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Rebuild
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Sep 26, 2022
1 parent f000b67 commit 8948dd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Expand Up @@ -4,7 +4,7 @@ on:
push:

env:
CACHE_VERSION: 8
CACHE_VERSION: 9
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# linux with win32 cross-compilation
win32:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -102,14 +102,14 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update -qq
sudo apt-get install -yqq --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal
sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
sudo apt-get install -yqq --allow-downgrades libgd3/jammy
sudo apt-get purge -yqq libmono* moby* mono* msbuild* php* libgdiplus libpcre2-posix3 nuget
- name: Set up dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update -qq
sudo apt-get install -y build-essential curl cmake jq meson mingw-w64 qttools5-dev qttools5-dev-tools xvfb \
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable:i386
binutils-mingw-w64-i686 g++-mingw-w64-i686 mingw-w64 wine-stable
- name: Cache debian packages
run: |
mkdir -p ~/PawPawBuilds/debs
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
# linux with win64 cross-compilation
win64:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -158,8 +158,8 @@ jobs:
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update -qq
sudo apt-get install -yqq --allow-downgrades libgd3/focal libpcre2-8-0/focal libpcre2-16-0/focal libpcre2-32-0/focal libpcre2-posix2/focal
sudo apt-get purge -yqq libmono* moby* mono* php* libgdiplus libpcre2-posix3 libzip4
sudo apt-get install -yqq --allow-downgrades libgd3/jammy
sudo apt-get purge -yqq libmono* moby* mono* msbuild* php* libgdiplus libpcre2-posix3 nuget
- name: Set up dependencies
run: |
sudo dpkg --add-architecture i386
Expand Down
2 changes: 1 addition & 1 deletion PawPaw
Submodule PawPaw updated 37 files
+405 −154 .github/workflows/bootstrap.yml
+7 −29 bootstrap-cardinal.sh
+115 −80 bootstrap-carla.sh
+25 −0 bootstrap-common.sh
+45 −40 bootstrap-plugins.sh
+33 −10 bootstrap-qt.sh
+5 −0 local.env
+31 −16 patches/Python/win32/9001-pawpaw-needed-changes.patch
+0 −0 patches/flac/9001-fix-libs.patch
+24 −20 patches/flac/9002-hidden-flac-api.patch
+13 −0 patches/fluidsynth/wasm/11_skip-bigendian-check.patch
+1 −0 patches/glib/wasm-2.45/01_skip-gettext.patch
+83 −0 patches/glib/wasm-2.45/02_fix-build.patch
+1 −0 patches/glib/wasm/01_skip-gettext.patch
+53 −0 patches/glib/wasm/02_fix-build.patch
+18 −0 patches/glib/wasm/03_no-pthread-helper.patch
+352 −0 patches/glib/wasm/04_force-build.patch
+18 −0 patches/glib/wasm/TXT
+25 −0 patches/libffi/wasm-3.4.2/11_force-build.patch
+0 −25 patches/lilv/linux/01_fix-build.patch
+22 −0 patches/lilv/wasm/11_fix-build.patch
+0 −48 patches/lilv/wasm/11_skip-unsupported-linker-flags.patch
+0 −9 patches/lilv/win32/01_force-libs.patch
+0 −1 patches/lilv/win64
+3 −3 patches/lv2/wasm/11_emscripten-keep-alive.patch
+0 −48 patches/lv2/wasm/11_skip-unsupported-linker-flags.patch
+0 −71 patches/serd/c4c4ec510dbeff61982e4aee7d1b379539319cd9.patch
+22 −0 patches/serd/wasm/11_fix-build.patch
+0 −48 patches/serd/wasm/11_skip-unsupported-linker-flags.patch
+0 −48 patches/sord/wasm/11_skip-unsupported-linker-flags.patch
+0 −48 patches/sratom/wasm/11_skip-unsupported-linker-flags.patch
+57 −4 setup/check_target.sh
+21 −26 setup/env.sh
+35 −13 setup/functions.sh
+3 −3 setup/meson/macos-old.ini
+18 −0 setup/meson/wasm.ini
+16 −16 setup/versions.sh

0 comments on commit 8948dd1

Please sign in to comment.