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

build: use env var for build-tools pinning #41969

Merged
merged 1 commit into from Apr 29, 2024
Merged

build: use env var for build-tools pinning #41969

merged 1 commit into from Apr 29, 2024

Conversation

codebytere
Copy link
Member

Description of Change

Incorporate electron/build-tools-installer#30 for more durable build-tools pinning.

Checklist

Release Notes

Notes: none

@@ -167,7 +167,8 @@ jobs:
steps:
- name: Load Build Tools
run: |
yarn add git://github.com/electron/build-tools.git#2bb63e2e7877491b52f972532b52adc979a6ec2f
export BUILD_TOOLS_SHA=2bb63e2e7877491b52f972532b52adc979a6ec2f
npm i -g @electron/build-tools
Copy link
Member

Choose a reason for hiding this comment

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

This is OK but only because @electron/build-tools doesn't have any dependencies, we should ensure that remains the same. (Posting here so folks know)

@jkleinsc jkleinsc merged commit b95d0f7 into main Apr 29, 2024
19 checks passed
@jkleinsc jkleinsc deleted the pin-to-sha branch April 29, 2024 14:07
Copy link

release-clerk bot commented Apr 29, 2024

No Release Notes

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.

None yet

4 participants