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

remove PATH hack in tools/build script #432

Merged
merged 1 commit into from
May 31, 2022
Merged

remove PATH hack in tools/build script #432

merged 1 commit into from
May 31, 2022

Conversation

rtwalker
Copy link
Contributor

@rtwalker rtwalker commented May 25, 2022

We also needed to change tools/build for #408 to pass CI, but we should remove once it's merged.

@rtwalker rtwalker changed the title cleanup PATH change PATH to use newer pgx May 25, 2022
docker/ci/Dockerfile Outdated Show resolved Hide resolved
@rtwalker rtwalker marked this pull request as ready for review May 26, 2022 18:03
tools/build Show resolved Hide resolved
docker/ci/Dockerfile Outdated Show resolved Hide resolved
@rtwalker rtwalker marked this pull request as draft May 27, 2022 14:51
@rtwalker rtwalker changed the title change PATH to use newer pgx remove PATH hack in tools/build script May 27, 2022
@rtwalker rtwalker marked this pull request as ready for review May 27, 2022 14:55
@rtwalker rtwalker marked this pull request as draft May 27, 2022 14:56
@rtwalker rtwalker marked this pull request as ready for review May 27, 2022 18:11
@rtwalker
Copy link
Contributor Author

bors r+

bors bot added a commit that referenced this pull request May 27, 2022
432: remove PATH hack in `tools/build` script r=rtwalker a=rtwalker

We also needed to change `tools/build` for #408 to pass CI, but we should remove once it's merged.


Co-authored-by: Ryan Walker <rwalker@timescale.com>
@bors
Copy link
Contributor

bors bot commented May 27, 2022

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"Required status check \"license/cla\" is expected.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

We added this in order for #408 to pass the CI tests. Our CI image had
pgx 0.2 on its PATH, but since we were upgrading to 0.4, we wanted to
use the 0.4 series pgx when running our CI tests (which use
`tools/build`).

This allowed us to pass our CI tests, but now that we've merged the
upgrade, we don't need this, and it surely isn't useful to anyone
running tests with `tools/build` locally.
@rtwalker
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented May 31, 2022

Build succeeded:

@bors bors bot merged commit 92f39f1 into main May 31, 2022
@bors bors bot deleted the rw/update-pgx-cleanup branch May 31, 2022 18:15
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.

None yet

2 participants