From 85ce7aa131812b50eb03254d6f87649afee31bb0 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Tue, 29 Oct 2024 00:18:40 +0100 Subject: [PATCH] chore(linux): update version of riscv electron --- electron.riscv64.sh | 4 ++-- package_linux_bin.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/electron.riscv64.sh b/electron.riscv64.sh index 1d03679..b9991ce 100755 --- a/electron.riscv64.sh +++ b/electron.riscv64.sh @@ -2,7 +2,7 @@ set -ex -export ELECTRON_VERSION="32.1.2" +export ELECTRON_VERSION="32.2.1" export VSCODE_ELECTRON_TAG="v${ELECTRON_VERSION}.riscv1" -echo "1893e6e8831ddd9c30111db02ad7edbaad8ebbf43d69054657f7221fb6086819 *electron-v${ELECTRON_VERSION}-linux-riscv64.zip" >> build/checksums/electron.txt +echo "03b1b478ab7b9d40da5c47edef0bbeeb528a8bed5335018ff38e513b7df43c7f *electron-v${ELECTRON_VERSION}-linux-riscv64.zip" >> build/checksums/electron.txt diff --git a/package_linux_bin.sh b/package_linux_bin.sh index 70cc726..3815f16 100755 --- a/package_linux_bin.sh +++ b/package_linux_bin.sh @@ -31,9 +31,8 @@ if [[ "${VSCODE_ARCH}" == "riscv64" ]]; then if [[ "${ELECTRON_VERSION}" != "$(yarn config get target)" ]]; then # Fail the pipeline if electron target doesn't match what is used. - # Look for releases here if electron version used by vscode changed: - # https://github.com/riscv-forks/electron-riscv-releases/releases echo "Electron RISC-V binary version doesn't match target electron version!" + echo "Releases available at: https://github.com/${VSCODE_ELECTRON_REPO}/releases" exit 1 fi fi