Skip to content

Commit

Permalink
Fix debian PPC64LE target name
Browse files Browse the repository at this point in the history
  • Loading branch information
lex-ibm committed Jun 10, 2024
1 parent 6a38a6e commit 98e62d1
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 36 deletions.
2 changes: 2 additions & 0 deletions package_linux_reh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ elif [[ "${VSCODE_ARCH}" == "ppc64le" ]]; then
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:bionic-devtoolset-ppc64le"
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
export PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
export VSCODE_SYSROOT_REPO='VSCodium/vscode-linux-build-agent'
export VSCODE_SYSROOT_VERSION='20240129-253798'
elif [[ "${VSCODE_ARCH}" == "riscv64" ]]; then
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME="vscodium/vscodium-linux-build-agent:focal-devtoolset-riscv64"
export ELECTRON_SKIP_BINARY_DOWNLOAD=1
Expand Down
Loading

0 comments on commit 98e62d1

Please sign in to comment.