-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
tests.cc-wrapper: run on more compilers #253752
Changes from all commits
8b4f807
626c8c3
8d650ed
1b6c3ae
535447e
686516e
e0898be
bcd62ff
2d15039
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
$ diff pkgs/development/compilers/llvm/15/libcxx/default.nix pkgs/development/compilers/llvm/16/libcxx/default.nix
50,51d49
< ] ++ lib.optionals stdenv.hostPlatform.isMusl [
< ../../libcxx-0001-musl-hacks.patch
82,83d79
< # (Backport fix from 16, which has LIBCXX_ADDITIONAL_LIBRARIES, but 15
< # does not appear to)
86c82
< # -DLLVM_ENABLE_PROJECTS=libcxxabi;libunwind
---
> # -DLLVM_ENABLE_PROJECTS=libcxxabi;libunwinder
89,90c85
< # "-DLIBCXX_ADDITIONAL_LIBRARIES=unwind"
< "-DCMAKE_SHARED_LINKER_FLAGS=-lunwind"
---
> "-DLIBCXX_ADDITIONAL_LIBRARIES=unwind" the cause does not appear to be any of these diffs There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. None of the There's a useful snippet in the comments if we want to run these tests = forAllSystems
(system:
let pkgs = pkgsFor system; in
pkgs.callPackages ../test {}); |
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.
tests.cc-wrapper.gccMultiStdenv
fails with