Skip to content

Commit

Permalink
fix: focal-devtoolset-ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Oct 13, 2024
1 parent 33a5c1b commit bd48b47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- focal-arm64
- focal-armhf
# - focal-ppc64le
- centos7-devtoolset8-arm64
- centos7-devtoolset8-x64
# - centos7-devtoolset8-arm64
# - centos7-devtoolset8-x64
- bionic-devtoolset-arm32v7
# - bionic-devtoolset-ppc64le
- focal-devtoolset-ppc64le
Expand Down
7 changes: 5 additions & 2 deletions focal-devtoolset-ppc64le/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libxkbfile-dev:ppc64el \
libsecret-1-dev:ppc64el \
libkrb5-dev:ppc64el \
libatomic1:ppc64el \
curl \
gnupg \
unzip \
Expand All @@ -45,8 +46,10 @@ RUN curl -L -O https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-li
tar -xzf node-v${NODE_VERSION}-linux-ppc64le.tar.gz && \
cp -R node-v${NODE_VERSION}-linux-ppc64le/* /usr/local/ && \
rm -rf node-v${NODE_VERSION}-linux-ppc64le* && \
node --version && \
npm install -g yarn
node --version

# install yarn & node-gyp
RUN npm install -g yarn node-gyp

RUN mkdir -p /root/vscode
WORKDIR /root/vscode
Expand Down

0 comments on commit bd48b47

Please sign in to comment.