From 8b534e11ca179557a6b17bf02cb401c25d8545eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qian=20Qian=20=22Cubik=22=E2=80=8E?= Date: Sun, 3 Dec 2023 10:17:22 -0500 Subject: [PATCH] Update to ungoogled-chromium 119.0.6045.199 (#133) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update to ungoogled-chromium 119.0.6045.199 Signed-off-by: Qian Qian "Cubik"‎ * ci: Revert to Python 3.11 to avoid some build error Thanks to @benhaney Co-authored-by: Ben Haney <31331498+benhaney@users.noreply.github.com> Signed-off-by: Qian Qian "Cubik"‎ * ci: Use Python 3.11 for all build runs Signed-off-by: Qian Qian "Cubik"‎ --------- Signed-off-by: Qian Qian "Cubik"‎ Co-authored-by: Ben Haney <31331498+benhaney@users.noreply.github.com> --- .github/workflows/build.yml | 22 +++++++++------------- ungoogled-chromium | 2 +- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0dcad086..27d45d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,11 +42,7 @@ jobs: - name: Run xcode-select run: sudo xcode-select --switch /Applications/Xcode_15.0.1.app - name: Install dependencies - # Remove pip call after Chromium 119 - run: | - brew install coreutils ninja - pip3 install -U setuptools - pip3 install -U html5lib + run: brew install coreutils ninja python3 --overwrite - name: Download, unpack, and prepare for building run: ./github_before_build.sh | tee -a github_actions_build.log - name: Build @@ -108,7 +104,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -170,7 +166,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -232,7 +228,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -294,7 +290,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -356,7 +352,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -418,7 +414,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -480,7 +476,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build @@ -542,7 +538,7 @@ jobs: with: name: github_build_artifact - name: Install dependencies - run: brew install coreutils ninja + run: brew install coreutils ninja python3 --overwrite - name: Unpack archive of build run: ./github_unpack_archive.sh - name: Resume Build diff --git a/ungoogled-chromium b/ungoogled-chromium index 0461ff20..3b9e3d3c 160000 --- a/ungoogled-chromium +++ b/ungoogled-chromium @@ -1 +1 @@ -Subproject commit 0461ff207b3c4c66cd31f82fb92a08e2021f1bf8 +Subproject commit 3b9e3d3cd7defb889e87fb8678cd2373b1e4abef