-
Bug
-
Resolution: Done
-
Major
-
3.18.0.GA
-
False
-
-
False
-
-
Description of problem:
Following the documentation how to build Custom Plugin Registry, we have an error for s390x architecture:
Error: building at STEP "RUN mkdir -p /tmp/opt/cache && npm install --location=global ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && tar -czf ovsx.tar.gz /tmp/opt/ovsx && chmod g+rwX /opt/app-root/src/ovsx.tar.gz": while running runtime: exit status 1
Workaround
replace
npm install --location=global ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
with
npm install --location=global @vscode/vsce@2.24.0 ovsx@0.8.3 --prefix /tmp/opt/ovsx --cache /tmp/opt/cache && chmod -R g+rwX /tmp/opt/ovsx && \
Steps to Reproduce
Build custom plugin registry in s390x architecture
- is related to
-
CRW-6576 Custom Che Plugin Registry test is failing on IBM Power
-
- Closed
-
- links to