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: stop rebuilding for pack #6558

Merged
merged 2 commits into from
Nov 11, 2022
Merged

build: stop rebuilding for pack #6558

merged 2 commits into from
Nov 11, 2022

Conversation

turadg
Copy link
Member

@turadg turadg commented Nov 10, 2022

Description

The npm pack CI step for cosmic-proto started failing after #6540.

The problem was it added a prepack that made a dependency on protoc which isn't available in that env. This removes the prepack, which wasn't necessary once the dist/ files were added to SCM.

Security Considerations

Documentation Considerations

Testing Considerations

Unlinked protoc locally and verified npm pack works.

With dist/ checked in, the necessary files are already available.
Also, this broke in CI where isn't available.
@turadg turadg requested a review from kriskowal November 10, 2022 22:33
Copy link
Member

@kriskowal kriskowal left a comment

Choose a reason for hiding this comment

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

Ah, aye. Another good reason for committing the artifacts. Not all engineers need to be set up for protoc.

@turadg turadg added automerge:no-update (expert!) Automatically merge without updates bypass:integration Prevent integration tests from running on PR labels Nov 10, 2022
@mergify mergify bot merged commit 71c1fe0 into master Nov 11, 2022
@mergify mergify bot deleted the ta/fix-cosmis-proto-pack branch November 11, 2022 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates bypass:integration Prevent integration tests from running on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants