Skip to content

Conversation

connorjclark
Copy link
Collaborator

@connorjclark connorjclark commented Apr 30, 2020

we should do the linking stuff first, and not in parallel with other commands

let's see if it works

fixes #10680

@connorjclark connorjclark requested a review from a team as a code owner April 30, 2020 19:19
@connorjclark connorjclark requested review from brendankenny and removed request for a team April 30, 2020 19:19
@@ -12,7 +12,7 @@
},
"scripts": {
"build-all": "npm-run-posix-or-windows build-all:task",
"build-all:task": "(yarn build-cdt-lib & yarn build-extension & yarn build-devtools & yarn build-lr & yarn build-viewer & yarn build-smokehouse-bundle & wait) && yarn build-pack",
"build-all:task": "yarn build-cdt-lib && yarn build-devtools && (yarn build-extension & yarn build-lr & yarn build-viewer & yarn build-smokehouse-bundle & wait) && yarn build-pack",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build-cdt-lib could be in the parallel group though, right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so the results of cdt-lib are actually checked into git. if the output varies at all from what is in source control then CI will fail.

I made it happen before just because if you were to run this script locally, you'd want the CDT lib changes to be picked up by the build-devtools step.

@brendankenny
Copy link
Contributor

is there a discussion or a CI failure to link to? Not sure what this is fixing :)

@brendankenny
Copy link
Contributor

oh jk paul added it :)

@connorjclark connorjclark changed the title build: fix linking issue misc(build): fix linking issue Apr 30, 2020
@connorjclark
Copy link
Collaborator Author

connorjclark commented May 1, 2020

This is blocking PRs, reviews plz. @brendankenny @paulirish

@paulirish paulirish changed the title misc(build): fix linking issue misc(build): fix npm link issue May 4, 2020
@paulirish paulirish merged commit 5bd45c7 into master May 4, 2020
@paulirish paulirish deleted the fixlink branch May 4, 2020 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lr-bundle doesn't build in CI
5 participants