Skip to content

wamrc: 2.3.1 -> 2.4.4#470333

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
whispersofthedawn:p/wamrc
Mar 17, 2026
Merged

wamrc: 2.3.1 -> 2.4.4#470333
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
whispersofthedawn:p/wamrc

Conversation

@whispersofthedawn
Copy link
Copy Markdown
Contributor

@whispersofthedawn whispersofthedawn commented Dec 13, 2025

Diff: bytecodealliance/wasm-micro-runtime@WAMR-2.3.1...WAMR-2.4.4
Release notes: Lots, see https://github.com/bytecodealliance/wasm-micro-runtime/releases

This build was failing due to needing access to files outside the wamr-compiler directory, so we cd into the build directory instead of using sourceRoot.

Additionally, this fails to link with LLVM 21, so we override the LLVM version to override it to LLVM 20. Example failing Hydra build: https://hydra.nixos.org/build/314568884

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot requested a review from bubblepipe December 13, 2025 03:13
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Dec 13, 2025
@nixpkgs-ci nixpkgs-ci bot added the 8.has: package (update) This PR updates a package to a newer version label Jan 27, 2026
Copy link
Copy Markdown
Contributor

@one-d-wide one-d-wide left a comment

Choose a reason for hiding this comment

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

LGTM. They don't seem to rush updating WAMR to newer LLVM versions any time soon.
bytecodealliance/wasm-micro-runtime#4654

@nixpkgs-ci nixpkgs-ci bot added the 12.approvals: 1 This PR was reviewed and approved by one person. label Mar 9, 2026
This build was failing due to needing access to files outside the
`wamr-compiler` directory, so we `cd` into the build directory instead
of using `sourceRoot`.

Additionally, this fails to link with LLVM 21, so we override the LLVM
version to override it to LLVM 20. Example failing Hydra build:
https://hydra.nixos.org/build/314568884
Copy link
Copy Markdown
Contributor

@szympajka szympajka left a comment

Choose a reason for hiding this comment

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

Builds and works on aarch64-darwin

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Mar 17, 2026
@SuperSandro2000 SuperSandro2000 added this pull request to the merge queue Mar 17, 2026
Merged via the queue into NixOS:master with commit 8d4df58 Mar 17, 2026
30 of 32 checks passed
@whispersofthedawn whispersofthedawn deleted the p/wamrc branch March 17, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 12.approvals: 2 This PR was reviewed and approved by two persons.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants