Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -1147,11 +1147,7 @@ ghc-wasm-meta-unreg:
    1147 1147
     base-build-with-ghc-914:
    
    1148 1148
       stage: testing
    
    1149 1149
       needs:
    
    1150
    -    - job: x86_64-linux-deb13-validate
    
    1151
    -      optional: true
    
    1152
    -    - job: nightly-x86_64-linux-deb13-validate
    
    1153
    -      optional: true
    
    1154
    -    - job: release-x86_64-linux-deb13-release
    
    1150
    +    - job: lint-author
    
    1155 1151
           optional: true
    
    1156 1152
       dependencies: null
    
    1157 1153
       image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV"
    
    ... ... @@ -1159,18 +1155,8 @@ base-build-with-ghc-914:
    1159 1155
         - x86_64-linux
    
    1160 1156
       script:
    
    1161 1157
         - |
    
    1162
    -      ghc_version=9.14.1
    
    1163
    -      url=https://downloads.haskell.org/~ghc/${ghc_version}/ghc-${ghc_version}-x86_64-deb12-linux.tar.xz
    
    1164
    -      curl "$url" >ghc-${ghc_version}.tar.xz
    
    1165
    -      tar -xJf ghc-${ghc_version}.tar.xz
    
    1166
    -      cd ghc-${ghc_version}-x86_64-unknown-linux
    
    1167
    -      ./configure --prefix "$PWD/../ghc"
    
    1168
    -      make install
    
    1169
    -      cd -
    
    1170
    -      printf '%s\n' 'To be continued …'
    
    1171
    -      printf '%s\n' 'For now some debug output:'
    
    1172
    -      shopt -s globstar
    
    1173
    -      ls -l ghc/**/bin
    
    1158
    +      pwd
    
    1159
    +      ls -al .. . .* *
    
    1174 1160
       rules:
    
    1175 1161
         - *full-ci
    
    1176 1162