Skip to content
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

devops: auto-detect platform in //browser_patches/chromium/build.sh #3772

Conversation

aslushnikov
Copy link
Collaborator

If there's no platform specified for the chromium build, we should
detect the host platform.

This will make it pleasant to verify Chromium rolls locally.
Assuming there's a CR env variable pointing to the local chromium,
rolling would look like this:

  • bump a revision in //browser_patches/chromium/BUILD_NUMBER
  • run //browser_patches/chromium/build.sh
  • run tests with pulled chromium: CRPATH=$CR npm run ctest

If there's no platform specified for the chromium build, we should
detect the host platform.

This will make it pleasant to verify Chromium rolls locally.
Assuming there's a `CR` env variable pointing to the local chromium,
rolling would look like this:

- bump a revision in `//browser_patches/chromium/BUILD_NUMBER`
- run `//browser_patches/chromium/build.sh`
- run tests with pulled chromium: `CRPATH=$CR npm run ctest`
@aslushnikov aslushnikov merged commit bcb4944 into microsoft:master Sep 4, 2020
@aslushnikov aslushnikov deleted the autodetect-platform-when-building-chromium-for-local-dev branch September 4, 2020 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant