-
-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Commits on Sep 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b4f807 - Browse repository at this point
Copy the full SHA 8b4f807View commit details -
tests.cc-wrapper: rework the logic, test newer
gcc
stdenvs tooignore `llvmPackages_latest`, it's an alias and it'll be a duplicate. ignore `llvmPackages_git`, it's not supposed to be used in nixpkgs and may be broken.
Configuration menu - View commit details
-
Copy full SHA for 626c8c3 - Browse repository at this point
Copy the full SHA 626c8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d650ed - Browse repository at this point
Copy the full SHA 8d650edView commit details -
tests.cc-wrapper: show more prominently what cc is being tested
Show what libc is used, otherwise there's indication what libc is being used. Ex in gccMultiStdenv.
Configuration menu - View commit details
-
Copy full SHA for 1b6c3ae - Browse repository at this point
Copy the full SHA 1b6c3aeView commit details -
tests.cc-wrapper: show command output on different line
this is much easier to read.
Configuration menu - View commit details
-
Copy full SHA for 535447e - Browse repository at this point
Copy the full SHA 535447eView commit details -
tests.cc-wrapper: filter out *MultiStdenv when not on and not buildin…
…g for linux and x86_64 they're only supported on x86_64-linux
Configuration menu - View commit details
-
Copy full SHA for 686516e - Browse repository at this point
Copy the full SHA 686516eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0898be - Browse repository at this point
Copy the full SHA e0898beView commit details -
Revert "tests.cc-wrapper: filter unavailable gcc"
This reverts commit d33a309f2c9f85c28cb897e623503f210057a77a. commit caused ofborg-eval to fail with ``` $ nix-build pkgs/top-level/release.nix -A tests.cc-wrapper.gcc10Stdenv.aarch64-darwin error: evaluation aborted with the following error message: 'cannot find attribute `tests.cc-wrapper.gcc10Stdenv'' ``` on the 3 other platfomrs the attr is there
Configuration menu - View commit details
-
Copy full SHA for bcd62ff - Browse repository at this point
Copy the full SHA bcd62ffView commit details
Commits on Sep 8, 2023
-
tests.cc-wrapper: add supported and move tests to subsets
filter out llvmPackages <=10 on aarch64-darwin, they're marked broken and availableOn doesn't filter broken packages
Configuration menu - View commit details
-
Copy full SHA for 2d15039 - Browse repository at this point
Copy the full SHA 2d15039View commit details