[Git][ghc/ghc][master] JS: Store CI perf results (fix #22923)
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat Feb 25 02:31:42 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
7825fef9 by Sylvain Henry at 2023-02-24T21:31:25-05:00
JS: Store CI perf results (fix #22923)
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -455,7 +455,7 @@ function push_perf_notes() {
return
fi
- if [[ -n "${CROSS_TARGET:-}" ]]; then
+ if [ -n "${CROSS_TARGET:-}" ] && [ "${CROSS_EMULATOR:-}" != "js-emulator" ]; then
info "Can't test cross-compiled build."
return
fi
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7825fef9f2096d7769baf433c6858d132af60a3a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7825fef9f2096d7769baf433c6858d132af60a3a
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/20230224/22a1c94c/attachment.html>
More information about the ghc-commits
mailing list