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

Commits on Dec 5, 2023

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

    #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 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1d89055 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    560b2b0 View commit details
    Browse the repository at this point in the history