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

rpk/transform/build: fix js sdk tooling #21490

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

rockwotj
Copy link
Contributor

@rockwotj rockwotj commented Jul 17, 2024

Mac builds dynamically link the executable instead of static linking on
linux. Make sure the mac builds include the required dylib (in the right
directories too so rpath fiddling is not needed).

I packaged a new toolchain using package_toolchain.py, uploaded that
to the tinygo repo (still need a better place to upload that stuff), and
fixed the paths now that they changed in the tarball.

Fixes: CORE-5594

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v24.1.x
  • v23.3.x
  • v23.2.x

Release Notes

Bug Fixes

  • Fix transform JavaScript SDK tools on Darwin

@github-actions github-actions bot added area/rpk area/wasm WASM Data Transforms labels Jul 17, 2024
@rockwotj rockwotj requested a review from oleiman July 17, 2024 21:14
Mac builds dynamically link the executable instead of static linking on
linux. Make sure the mac builds include the required dylib (in the right
directories too so rpath fiddling is not needed).

I packaged a new toolchain using `package_toolchain.py`, uploaded that
to the tinygo repo (still need a better place to upload that stuff), and
fixed the paths now that they changed in the tarball.
@rockwotj rockwotj merged commit e160f62 into redpanda-data:dev Jul 18, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rpk area/wasm WASM Data Transforms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants