Commit Graph

53 Commits

Author SHA1 Message Date
deepak1556
23731b5ff9 ci: fix server package folders
Publish step will move the contents of legacy server folder
vscode-reh-* to vscode-server-* leading to the SBOM step
failure

/cc @lszomoru
2022-02-07 16:40:31 +09:00
Ladislau Szomoru
a0dd9ed39f Engineering - update pipeline (#142326) 2022-02-06 16:44:53 +01:00
Robo
b7712c07fa refactor: build x64 remote modules with same toolchain as binary (#142023)
* refactor: build x64 remote modules with same toolchain as binary

Refs https://github.com/nodejs/node/blob/master/BUILDING.md#official-binary-platforms-and-toolchains
Fixes https://github.com/microsoft/vscode/issues/137659

* chore: split client and server stages for x64

* chore: add build dependencies

* Revert "chore: add build dependencies"

This reverts commit f9077c9ebd6017bd973db9366dc3d7f336293742.

* chore: build step requires root dependencies

* chore: only perform module installation in separate stage

* chore: fix target path

* chore: run server stage in parallel to compile

* chore: fix dependency chain

* chore: declare parallel dependecy

* chore: fix artifact name

* chore: publish as archive to preserve file types

* chore: fix target directory for extraction

* chore: update postinstall script
2022-02-03 07:56:21 -08:00