[Git][ghc/ghc][wip/armv7l-ci] Debug
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Aug 8 01:20:30 UTC 2022
Ben Gamari pushed to branch wip/armv7l-ci at Glasgow Haskell Compiler / GHC
Commits:
cff67390 by Ben Gamari at 2022-08-07T21:20:24-04:00
Debug
- - - - -
2 changed files:
- .gitlab/gen_ci.hs
- .gitlab/jobs.yaml
Changes:
=====================================
.gitlab/gen_ci.hs
=====================================
@@ -316,6 +316,7 @@ opsysVariables ARMv7 (Linux distro) =
-- non-deterministically on ARMv7. See #18280.
, "LD" =: "ld.gold"
, "GccUseLdOpt" =: "-fuse-ld=gold"
+ , "HADRIAN_ARGS" =: "--test-verbose=4"
]
opsysVariables _ (Linux distro) = distroVariables distro
opsysVariables AArch64 (Darwin {}) =
=====================================
.gitlab/jobs.yaml
=====================================
@@ -176,6 +176,7 @@
"BUILD_FLAVOUR": "validate",
"CONFIGURE_ARGS": "--host=armv7-linux-gnueabihf --build=armv7-linux-gnueabihf --target=armv7-linux-gnueabihf ",
"GccUseLdOpt": "-fuse-ld=gold",
+ "HADRIAN_ARGS": "--test-verbose=4",
"LD": "ld.gold",
"TEST_ENV": "armv7-linux-deb10-validate"
}
@@ -416,6 +417,7 @@
"BUILD_FLAVOUR": "validate",
"CONFIGURE_ARGS": "--host=armv7-linux-gnueabihf --build=armv7-linux-gnueabihf --target=armv7-linux-gnueabihf ",
"GccUseLdOpt": "-fuse-ld=gold",
+ "HADRIAN_ARGS": "--test-verbose=4",
"LD": "ld.gold",
"TEST_ENV": "armv7-linux-deb10-validate",
"XZ_OPT": "-9"
@@ -1924,6 +1926,7 @@
"BUILD_FLAVOUR": "release",
"CONFIGURE_ARGS": "--host=armv7-linux-gnueabihf --build=armv7-linux-gnueabihf --target=armv7-linux-gnueabihf ",
"GccUseLdOpt": "-fuse-ld=gold",
+ "HADRIAN_ARGS": "--test-verbose=4",
"IGNORE_PERF_FAILURES": "all",
"LD": "ld.gold",
"TEST_ENV": "armv7-linux-deb10-release",
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cff673900aad2cc457752ba72e4d530caa6ed336
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/cff673900aad2cc457752ba72e4d530caa6ed336
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20220807/cde5353f/attachment-0001.html>
More information about the ghc-commits
mailing list