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

query-engine-wasm: fix build.sh with BSD sed #4522

Merged
merged 2 commits into from
Dec 5, 2023

Conversation

aqrln
Copy link
Member

@aqrln aqrln commented Dec 5, 2023

#4519 fixed the build.sh script being broken with GNU sed (e.g. on Linux, including on CI) but broke it with BSD sed (e.g. on vanilla macOS with out-of-the box BSD sed, without GNU sed installed via Homebrew or Nix). This commit makes the script cross-platform.

#4519 fixed the `build.sh`
script being broken with GNU sed (e.g. on Linux, including on CI) but
broke it with BSD sed (e.g. on vanilla macOS with out-of-the box BSD
sed, without GNU sed installed via Homebrew or Nix). This commit makes
the script cross-platform.
@aqrln aqrln requested a review from a team as a code owner December 5, 2023 17:04
@aqrln aqrln requested review from Weakky, Druue, SevInf and jkomyno and removed request for a team, Weakky and Druue December 5, 2023 17:04
Copy link

codspeed-hq bot commented Dec 5, 2023

CodSpeed Performance Report

Merging #4522 will not alter performance

Comparing query-engine-wasm-fix-build.sh-with-bsd-sed (560b2b0) with main (79fb519)

Summary

✅ 11 untouched benchmarks

Copy link
Contributor

@jkomyno jkomyno left a comment

Choose a reason for hiding this comment

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

Tested locally on #4466 branch.

@jkomyno jkomyno added this to the 5.8.0 milestone Dec 5, 2023
@jkomyno jkomyno added bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. topic: edge functions formerly phase 2 labels Dec 5, 2023
@jkomyno jkomyno modified the milestones: 5.8.0, 5.7.0 Dec 5, 2023
@aqrln aqrln merged commit efb851f into main Dec 5, 2023
31 of 32 checks passed
@aqrln aqrln deleted the query-engine-wasm-fix-build.sh-with-bsd-sed branch December 5, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/2-confirmed Bug has been reproduced and confirmed. kind/bug A reported bug. topic: edge functions formerly phase 2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants