[Git][ghc/ghc][wip/freebsd-ci] temp
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Aug 8 04:30:51 UTC 2022
Ben Gamari pushed to branch wip/freebsd-ci at Glasgow Haskell Compiler / GHC
Commits:
2afc5ef6 by Ben Gamari at 2022-08-08T00:30:44-04:00
temp
- - - - -
1 changed file:
- .gitlab/ci.sh
Changes:
=====================================
.gitlab/ci.sh
=====================================
@@ -271,7 +271,9 @@ function setup() {
}
function fetch_ghc() {
- if [ ! -e "$GHC" ]; then
+ if [ "$(uname)" = "FreeBSD" ]; then
+ GHC=/usr/local/bin/ghc
+ elif [ ! -e "$GHC" ]; then
local v="$GHC_VERSION"
if [[ -z "$v" ]]; then
fail "neither GHC nor GHC_VERSION are not set"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2afc5ef6f761f8e649592e612eb4e389121d0d22
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2afc5ef6f761f8e649592e612eb4e389121d0d22
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/20220808/b97101ec/attachment-0001.html>
More information about the ghc-commits
mailing list