-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[code] Build code dependencies separately #8048
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c5bf4ce
to
809dd5e
Compare
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-jp-build-code-dependencies.3 |
Codecov Report
@@ Coverage Diff @@
## main #8048 +/- ##
==========================================
- Coverage 12.01% 10.86% -1.16%
==========================================
Files 20 18 -2
Lines 1190 1022 -168
==========================================
- Hits 143 111 -32
+ Misses 1043 909 -134
+ Partials 4 2 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
809dd5e
to
736eed7
Compare
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-jp-build-code-dependencies.5 |
RUN mkdir /gp-code \ | ||
&& cd /gp-code \ | ||
&& git init \ | ||
&& git remote add origin https://github.com/gitpod-io/vscode \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&& git remote add origin https://github.com/gitpod-io/vscode \ | |
&& git remote add origin https://github.com/gitpod-io/openvscode-server \ |
|
||
ARG CODE_COMMIT | ||
|
||
ARG NODE_VERSION=14.18.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dependencies_builder use node 16, will this have incompatibility issues?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM label has been added. Git tree hash: 72a3f2fc1ba6e59bdd0b0d9f304039d03908fa48
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: filiptronicek No associated issue. Update pull-request body to add a reference to an issue, or get approval with The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
associated issue is not need anymore? |
@iQQBot I'm not sure either, didn't want to skip your review comments 😕🙇♂️ Edit: looks like indeed it is no longer needed, the two review comments you left look like something non-blocking, correct? |
yeah |
Description
Build vscode native dependencies in a separate builder image
openvscode-server-linux-build-agent:centos7-devtoolset8-x64
Related microsoft/vscode@b7712c0
Related Issue(s)
Fixes #
How to test
Release Notes