Skip to content
Snippets Groups Projects

Draft: Test floating point calling convention

Closed Sven Tennie requested to merge wip/supersven/float_continued_ccall into master
16 files
+ 1232
416
Compare changes
  • Side-by-side
  • Inline
Files
16
+ 1
1
@@ -8,7 +8,7 @@ echo "$CI_PROJECT_DIR"
echo "Fetching bootstrap GHC via ghcup..."
export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1
export BOOTSTRAP_HASKELL_GHC_VERSION=9.4.5
export BOOTSTRAP_HASKELL_GHC_VERSION=9.8.1
export GHCUP_DIR="$CI_PROJECT_DIR/ghcup"
export GHCUP_USE_XDG_DIRS=1
# To prevent conflicts with other jobs on this Gitlab runner, install
Loading