-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add extension dependencies at build time #14636
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
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## main #14636 +/- ##
==========================================
+ Coverage 65.08% 65.10% +0.01%
==========================================
Files 541 541
Lines 25377 25377
Branches 3587 3587
==========================================
+ Hits 16516 16521 +5
+ Misses 8179 8178 -1
+ Partials 682 678 -4
Continue to review full report at Codecov.
|
I imagine this also needs to go into the release branch? @karthiknadig |
This and few other things... I will pull them all to the release branch |
@joyceerhl GHA builds corresponding to this PR are failing: https://github.com/microsoft/vscode-python/actions/runs/348408071 can you please check? |
This PR has broken CI: https://github.com/microsoft/vscode-python/actions/runs/348408071 |
Sorry guys, investigating. I initially suspected a problem with smoke tests running with the VSIX, but it looks like the Build VSIX step itself is failing. The GHA runs for the commit before this were fine. The difference is here:
versus after this PR went in:
I do not see an asset matching https://github.com/node-gfx/node-canvas-prebuilt/releases/download/v2.6.0/canvas-v2.6.0-node-v83-linux-glibc-x64.tar.gz at https://github.com/node-gfx/node-canvas-prebuilt/releases/tag/v2.6.0. Still investigating but wanted to quickly mention that I am looking into it and it's not yet clear to me how this PR could be causing this problem. |
Is this related to the rollout of Node 14.X: actions/runner-images#1953 (@brettcannon mentioned it offline)? The Ubuntu image changed between the last working commit and this one:
|
Yes that seems likely. IIRC our pipelines have used Node 12.15.x in the past. We'd want to use https://github.com/actions/setup-node to configure GHA with Node 12.X |
Edit: Oops, was looking at the wrong repo's configs
|
I believe we only use it for tests at the moment, and even then we set it up only if the previous step was successful (which wasn't the case). It should probably be moved to be the first step of the test job yeah. |
Opened this PR to address the Node version issue: #14641 |
I believe the failures have been resolved: https://github.com/microsoft/vscode-python/actions/runs/348786875 Thanks @kimadeline for the pointer to the Node 14.x rollout, that was indeed the problem! |
* Update shipped wheels version (#14615) * Update shipped wheels version * News item * Remove redundant files (#14620) * Add extension dependencies at build time (#14636) * Use Node 12.15 in Insiders and Release GitHub Actions (#14641) * Use Node 12.15 on all Insiders and Release GitHub Actions jobs (#14642) Co-authored-by: Joyce Er <[email protected]>
* Cherry pick from main (#14644) * Update shipped wheels version (#14615) * Update shipped wheels version * News item * Remove redundant files (#14620) * Add extension dependencies at build time (#14636) * Use Node 12.15 in Insiders and Release GitHub Actions (#14641) * Use Node 12.15 on all Insiders and Release GitHub Actions jobs (#14642) Co-authored-by: Joyce Er <[email protected]> * Cherry pic fixes into release for tests. (#14673) * Added FSWatching base class and made related changes (#14605) * Add FSWatching locator base class * Correct glob pattern to not match python3.2whoa * Add documentation of python binary watcher * Fix lint errors * Update ignore list * Add disposable registry * Modify FSWatching Locator * Code reviews * Use string[] * Remove list disposable getter * Fix failing global virtual env watcher tests (#14633) Co-authored-by: Kartik Raj <[email protected]> * Version, change log and cherrypicks for nov release (#14696) * change log updates * Update gifs * Fix for interpreter selection (#14693) * Fix for interpreter selection * Fix linting errors * Minor tweak to property removal * Cherry pick "Bind function to correct this for workspace syms" (#14743) * Fix #14674: Enable overriding "pythonPath" in the launcher Fix #12462: Update launch.json schema to add "python" and remove "pythonPath" Split the "pythonPath" debug property into "python", "debugAdapterPython", and "debugLauncherPython". Do most debug config validation on fully expanded property values via resolveDebugConfigurationWithSubstitutedVariables(). Add fixups for legacy launch.json with "pythonPath". * Point release change log and version update (#14750) * Point release change log and version update * Fix process picker (#14700) * Workaround VSCode bug for process picker * Fix how we pass in icons to VSCode * update change log with cherry pick Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Joyce Er <[email protected]> Co-authored-by: Kartik Raj <[email protected]> Co-authored-by: Jake Bailey <[email protected]> Co-authored-by: Pavel Minaev <[email protected]>
For #14635
package-lock.json
has been regenerated by runningnpm install
(if dependencies have changed).