[Git][ghc/ghc][wip/jeltsch/ghc-9-14-building-base] Fix the GHC installation path
Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: a5cb420a by Wolfgang Jeltsch at 2026-08-11T12:12:07+03:00 Fix the GHC installation path - - - - - 1 changed file: - .gitlab/base-ci.sh Changes: ===================================== .gitlab/base-ci.sh ===================================== @@ -47,7 +47,7 @@ do >${ghc_version}.tar.xz tar -xJf ${ghc_version}.tar.xz cd ghc-${ghc_version}-* - ./configure --prefix "${project_root}/opt/${ghc_version}" + ./configure --prefix "${project_root}/other-ghcs/opt/${ghc_version}" make install cd ${project_root} View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a5cb420ad5c65d0660f89b9080f093c7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a5cb420ad5c65d0660f89b9080f093c7... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Wolfgang Jeltsch (@jeltsch)