[Git][ghc/ghc][wip/armv7l-ci] Debug
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Aug 8 00:50:33 UTC 2022
Ben Gamari pushed to branch wip/armv7l-ci at Glasgow Haskell Compiler / GHC
Commits:
80a416de by Ben Gamari at 2022-08-07T20:50:26-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
=====================================
@@ -177,7 +177,8 @@
"CONFIGURE_ARGS": "--host=armv7-linux-gnueabihf --build=armv7-linux-gnueabihf --target=armv7-linux-gnueabihf ",
"GccUseLdOpt": "-fuse-ld=gold",
"LD": "ld.gold",
- "TEST_ENV": "armv7-linux-deb10-validate"
+ "TEST_ENV": "armv7-linux-deb10-validate",
+ "HADRIAN_ARGS": "--test-verbose=4"
}
},
"i386-linux-deb9-validate": {
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/80a416ded8e3d77de8752cd4e70ad813c4200921
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/80a416ded8e3d77de8752cd4e70ad813c4200921
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/8feea663/attachment-0001.html>
More information about the ghc-commits
mailing list