-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
halide: 18.0.0 -> 19.0.0 #375175
base: master
Are you sure you want to change the base?
halide: 18.0.0 -> 19.0.0 #375175
Conversation
cbad9e3
to
35e6b3e
Compare
35e6b3e
to
0526936
Compare
Added |
If darwin runners don't get to building the derivation until tomorrow, I can probably get access to an aarch64-darwin system locally... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both regular and wasmSupport = true build for me, x64 Linux.
If you checked that the package works I can merge.
My understanding is that ofborg currently doesn't do Darwin. I always use the nix-community builder for testing. |
Thanks @FliegendeWurst! It seems to build on aarch64-darwin as well, so I think it's ready to be merged. |
Yay, built on x86_64-darwin too 🥳 |
I'm seeing the following failure on darwin:
Are you building with the sandbox enabled ? |
Here's the build log for darwin: https://github.com/twesterhout/quick-ci-experiments/actions/runs/12888827983/job/35934639711
I think so. It's the default isn't it? Do you happen to have any more info about the failure? Just to see whether it's a legitimate failure or something weird in the test (in which case we should just disable this test). |
0526936
to
998cea9
Compare
Thanks for the suggestions @natsukium! All fixed. |
Unfortunately, there doesn't seem to be any more context... |
@ofborg build halide, halide.tests |
998cea9
to
2d53912
Compare
2d53912
to
d6810e7
Compare
d6810e7
to
c342a4f
Compare
Actually, I missed the error:
So it looks like a flaky test because it can fail if the builder is too slow. |
Updates halide and python3Packages.halide to the newest version. See upstream release notes for more info.
On the Nix side, I added two patches that fix CMake packaging issues (without them installPhase fails).
Including
${llvmPackages.clang}/resource-root/include
fixes compilation issues that @FliegendeWurst was having in #371394.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.