Skip to content

Commit 4483885

Browse files
authored
Build VS Code Browser 1.99.3 (#20786)
* Build VS Code Browser 1.99.3 * Fix build command * Update codeCommit * Update codeCommit * cherry-pick * Remove ubuntu 18 check point
1 parent 6a6052f commit 4483885

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/code-build.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
- [ ] test `gp open` and `gp preview`
7070
- [ ] test open in VS Code Desktop, check `gp open` and `gp preview` in task/user terminals
7171
- [ ] telemetry data like `vscode_extension_gallery` is collected in [Segment](https://app.segment.com/gitpod/sources/staging_trusted/debugger)
72-
- [ ] test using `ubuntu 18` is working well, [example repo](https://github.com/jeanp413/test-gp-prebuild/tree/jp/damaged-aardwolf)
7372
7473
### Preview status
7574
gitpod:summary

WORKSPACE.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ defaultArgs:
77
publishToNPM: true
88
publishToJBMarketplace: true
99
localAppVersion: unknown
10-
codeCommit: 74a2fbf70cc0f306dac374ee78760da2e157bb7c
11-
codeVersion: 1.98.2
10+
codeCommit: ec2e536434cea064d6864b259015fefdaa07a74b
11+
codeVersion: 1.99.3
1212
codeQuality: stable
1313
codeWebExtensionCommit: 3953e8160fffa97dd4a4509542b4bf7ff9b704cd
1414
xtermCommit: d547d4ff4590b66c3ea24342fc62e3afcf6b77bc

components/ide/code/leeway.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN nameShort=$(jq --raw-output '.nameShort' product.json) && \
125125
mv product.json.tmp product.json && \
126126
jq '{quality,nameLong,nameShort}' product.json
127127

128-
RUN npm run gulp compile-build-pr
128+
RUN npm run gulp compile-build-without-mangling
129129
RUN npm run gulp extensions-ci
130130
RUN npm run gulp minify-vscode-reh
131131
RUN npm run gulp vscode-web-min-ci

0 commit comments

Comments
 (0)