Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-bootstrap

This commit is contained in:
Bernardo Meurer 2023-04-03 08:19:03 -07:00 committed by GitHub
commit f1f6ca8bcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 429 additions and 114 deletions

View file

@ -85,7 +85,8 @@ in rec {
stdenv
subversion
tarball
vim;
vim
tests-stdenv-gcc-stageCompare;
};
tested = let
@ -135,6 +136,7 @@ in rec {
"nixos.tests.proxy"
"nixos.tests.simple"
"nixpkgs.jdk"
"nixpkgs.tests-stdenv-gcc-stageCompare"
])
];
};