mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-31 00:20:26 +01:00
Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
3b05f1b558
@ -447,7 +447,7 @@ Every 3-6 months, we make a new major release of LTS. The procedure we follow fo
|
|||||||
relaxed upper bounds. There will likely be some hard decisions to be made
|
relaxed upper bounds. There will likely be some hard decisions to be made
|
||||||
regarding relaxing a bound versus keeping more packages. All of these changes
|
regarding relaxing a bound versus keeping more packages. All of these changes
|
||||||
occur on master and affect nightly.
|
occur on master and affect nightly.
|
||||||
4. Once the estimated date hits, push a new `lts-XX` branch and trigger Docker
|
4. Once the estimated date hits, push a new `ltsXX` branch and trigger Docker
|
||||||
Hub to build a Docker image for the new release.
|
Hub to build a Docker image for the new release.
|
||||||
5. Run the build procedure for the new LTS release.
|
5. Run the build procedure for the new LTS release.
|
||||||
6. After the LTS build completes, more aggressively prune upper bounds from
|
6. After the LTS build completes, more aggressively prune upper bounds from
|
||||||
|
|||||||
@ -2,7 +2,7 @@ FROM fpco/pid1:18.04
|
|||||||
|
|
||||||
ENV HOME /home/stackage
|
ENV HOME /home/stackage
|
||||||
ENV LANG en_US.UTF-8
|
ENV LANG en_US.UTF-8
|
||||||
ENV GHCVER 8.10.4
|
ENV GHCVER 9.0.1
|
||||||
|
|
||||||
# NOTE: also update debian-bootstrap.sh when cuda version changes
|
# NOTE: also update debian-bootstrap.sh when cuda version changes
|
||||||
ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
ENV PATH /home/stackage/.stack/programs/x86_64-linux/ghc-$GHCVER/bin:/usr/local/cuda-10.0/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user