- Create release candidate process (maybe switch to GHC-style versioning)
- Maybe drop 32-bit CentOS 6 bindists, since GHC 8.2.1 seems to have dropped them.
- Replace non-static Linux bindists with static (but keep old links active so links don't break and 'stack upgrade' in old versions still work)
- Check for any P0 and P1 issues.
- Ensure
release
andstable
branches merged tomaster
- Check compatibility with latest Stackage snapshots
- stack-*.yaml (where
*
is notnightly
): bump to use latest LTS minor version (be sure any extra-deps that exist only for custom flags have versions matching the snapshot) - Check for any redundant extra-deps
- Run
stack --stack-yaml=stack-*.yaml test --pedantic
(replace*
with the actual file)
- stack-*.yaml (where
- Check compatibility with latest nightly stackage snapshot:
- Update
stack-nightly.yaml
with latest nightly and remove extra-deps (be sure any extra-deps that exist only for custom flags have versions matching the snapshot) - Run
stack --stack-yaml=stack-nightly.yaml test --pedantic
- Update
- Check pvp-bounds compatibility with Stackage snapshots:
- Create an sdist using
stack sdist --pvp-bounds=both
- Temporarily replace
stack.cabal
with thestack.cabal
in that sdist - Run
stack --stack-yaml=stack-*.yaml test --pedantic
for eachstack-*.yaml
and adjust upper bounds in originalstack.cabal
until it works with pvp-bounds.
- Create an sdist using
- Ensure integration tests pass on a Windows, macOS, and Linux (Linux
integration tests are run
by
Gitlab):
stack install --pedantic && stack test --pedantic --flag stack:integration-tests
. The actual release script will perform a more thorough test for every platform/variant prior to uploading, so this is just a pre-check - In master branch:
- stack.cabal: bump the version number to release (even third component)
- ChangeLog: rename the "Unreleased changes" section to the new version
- Cut a release candidate branch
rc/vX.Y.Z
from master - In master branch:
- stack.cabal: bump version number to unstable (odd third component)
- Changelog: add new "unreleased changes" section
- In RC branch:
- Update the ChangeLog:
- Check for any important changes that missed getting an entry in
Changelog (
git log origin/stable...HEAD
) - Check for any entries that snuck into the previous version's changes
due to merges (
git diff origin/stable HEAD ChangeLog.md
)
- Check for any important changes that missed getting an entry in
Changelog (
- Review documentation for any changes that need to be made
- Search for old Stack version, unstable stack version, and the next
"obvious" version in sequence (if doing a non-obvious jump), and
UNRELEASED
and replace with new version - Look for any links to "latest" documentation, replace with version tag
- Ensure all documentation pages listed in
mkdocs.yaml
- Search for old Stack version, unstable stack version, and the next
"obvious" version in sequence (if doing a non-obvious jump), and
- Update
.github/ISSUE_TEMPLATE.md
to point at the new version. - Check for new FreeBSD release.
- Check that no new entries need to be added to
releases.yaml,
install_and_upgrade.md,
and
README.md
- Remove unsupported/obsolete distribution versions from the release process.
- Update the ChangeLog:
See stack-release-script's README for requirements to perform the release, and more details about the tool.
A note about the etc/scripts/*-releases.sh
scripts: if you run them from a
different working tree than the scripts themselves (e.g. if you have stack1
and stack2
trees, and run cd stack1; ../stack2/etc/scripts/vagrant-release.sh
)
the scripts and Vagrantfiles from the
tree containing the script will be used to build the stack code in the current
directory. That allows you to iterate on the release process while building a
consistent and clean stack version.
-
Create a new draft Github release with tag and name
vX.Y.Z
(where X.Y.Z is the stack package's version), targeting the RC branch -
On each machine you'll be releasing from, set environment variables:
GITHUB_AUTHORIZATION_TOKEN
,AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
,AWS_DEFAULT_REGION
.Note: since one of the tools (rpm-s3 on CentOS) doesn't support AWS temporary credentials, you can't use MFA with the AWS credentials (
AWS_SECURITY_TOKEN
is ignored). -
On a machine with Vagrant installed:
- Run
etc/scripts/vagrant-releases.sh
- Run
-
On macOS:
- Run
etc/scripts/osx-release.sh
- Run
-
On Windows:
- Ensure your working tree is in
C:\stack
(or a similarly short path) - Run
etc\scripts\windows-releases.bat
- Release Windows installers. See stack-installer README
- Ensure your working tree is in
-
On Linux ARMv7:
- Run
etc/scripts/linux-armv7-release.sh
- Run
-
Build sdist using
stack sdist . --pvp-bounds=both
, and upload it to the Github release with a name likestack-X.Y.Z-sdist-0.tar.gz
. -
Publish Github release. Use e.g.
git shortlog -s release..HEAD|sed $'s/^[0-9 \t]*/* /'|sort -f
to get the list of contributors. -
Upload package to Hackage:
stack upload . --pvp-bounds=both
-
Push signed Git tag, matching Github release tag name, e.g.:
git tag -d vX.Y.Z; git tag -u 0x575159689BEFB442 -m vX.Y.Z vX.Y.Z && git push -f origin vX.Y.Z
-
Reset the
release
branch to the released commit, e.g.:git checkout release && git merge --ff-only vX.Y.Z && git push origin release
-
Update the
stable
branch similarly -
Delete the RC branch and any RC tags (locally and on origin)
-
Activate version for new release tag on readthedocs.org, and ensure that stable documentation has updated
-
Merge any changes made in the RC/release/stable branches to master.
-
On a machine with Vagrant installed:
- Make sure you are on the same commit as when
vagrant-release.sh
was run. - Run
etc/scripts/vagrant-distros.sh
- Make sure you are on the same commit as when
-
Upload haddocks to Hackage:
etc/scripts/upload-haddocks.sh
(if they weren't auto-built) -
Announce to [email protected], [email protected], [email protected] mailing lists
-
Keep an eye on the Hackage matrix builder
These instructions are a bit rough, but has the steps to get the Windows machine set up.
-
Download VM image: https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/mac/
-
Launch the VM using Virtualbox and the image downloaded
-
Adjust settings:
- Number of CPUs: match the host
- Memory: at least 3 GB
- Video RAM: the minimum recommended by Virtualbox
- Enable 3D and 2D accelerated mode
- Enabled shared clipboard (both directions)
-
Install the VMware guest additions, and reboot
-
In Settings->Update & Security->Windows Update->Advanced options:
- Change Choose how updates are installed to Notify to schedule restart
- Check Defer upgrades
-
Configure a shared folder for your home directory on the host, and mount it on Z:
-
Install Windows SDK (for signtool): http://microsoft.com/en-us/download/confirmation.aspx?id=8279
-
Install msysgit: https://msysgit.github.io/
-
Install nsis-2.46.5-Unicode-setup.exe from http://www.scratchpaper.com/
10: Install Stack using the Windows 64-bit installer
-
Visit https://hackage.haskell.org/ in Edge to ensure system has correct CA certificates
-
Get the object code certificate from password-store, in
certificates/code_signing/fpcomplete_corporation_startssl_2015-09-22.pfx
. Double click it in explorer and import it -
Run in command prompt:
md C:\p md C:\p\tmp cd \p md c:\tmp
-
Create
C:\p\env.bat
:SET STACK_ROOT=C:\p\.sr SET TEMP=C:\p\tmp SET TMP=C:\p\tmp SET PATH=C:\Users\IEUser\AppData\Roaming\local\bin;"c:\Program Files\Git\usr\bin";"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin";%PATH%
-
Run
C:\p\env.bat
(do this every time you open a new command prompt) -
Import the
[email protected]
(0x575159689BEFB442) GPG secret key -
Run in command prompt (adjust the
user.email
anduser.name
settings):stack setup stack install cabal-install md %HOMEPATH%\.ssh copy z:\.ssh\id_rsa %HOMEPATH%\.ssh git config --global user.email [email protected] git config --global user.name "Emanuel Borsboom" git config --global push.default simple git config --global core.autocrlf true git clone [email protected]:commercialhaskell/stack.git git clone [email protected]:borsboom/stack-installer.git
These instructions assume the host system is running macOS. Some steps will vary with a different host OS.
brew install qemu
brew install e2fsprogs m4 automake autoconf libtool && \
git clone https://github.com/alperakcan/fuse-ext2.git && \
cd fuse-ext2 && \
Add m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
to the configure.ac
after
m4_ifdef([AC_PROG_LIB],[AC_PROG_LIB],[m4_warn(portability,[Missing AC_PROJ_LIB])])
line.
PKG_CONFIG_PATH="$(brew --prefix e2fsprogs)/lib/pkgconfig" \
CFLAGS="-idirafter/$(brew --prefix e2fsprogs)/include -idirafter/usr/local/include/osxfuse" \
LDFLAGS="-L$(brew --prefix e2fsprogs)/lib" \
./configure
wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-armhf/current/images/netboot/initrd.gz && \
wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-armhf/current/images/netboot/vmlinuz && \
wget http://ftp.de.debian.org/debian/dists/jessie/main/installer-armhf/current/images/device-tree/vexpress-v2p-ca9.dtb && \
qemu-img create -f raw armdisk.raw 15G && \
qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -kernel vmlinuz -initrd initrd.gz -sd armdisk.raw -append "root=/dev/mmcblk0p2" -m 1024M -redir tcp:2223::22 -dtb vexpress-v2p-ca9.dtb -append "console=ttyAMA0,115200" -serial stdio
Now the Debian installer will run. Don't use LVM for partitioning (it won't boot), and add at least 4 GB swap during installation.
Adjust the disk number /dev/disk3
below to match the output from hdiutil attach
.
hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount armdisk.raw && \
sudo mkdir -p /Volumes/debarm && \
sudo fuse-ext2 /dev/disk3s1 /Volumes/debarm/ && \
sleep 5 && \
cp /Volumes/debarm/vmlinuz-3.16.0-4-armmp . && \
cp /Volumes/debarm/initrd.img-3.16.0-4-armmp . && \
sudo umount /Volumes/debarm && \
hdiutil detach /dev/disk3
Adjust /dev/mmcblk0p3
below to the root partition you created during installation.
qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -kernel vmlinuz-3.16.0-4-armmp -initrd initrd.img-3.16.0-4-armmp -sd armdisk.raw -m 1024M -dtb vexpress-v2p-ca9.dtb -append "root=/dev/mmcblk0p3 console=ttyAMA0,115200" -serial stdio -redir tcp:2223::22
Log onto the VM as root, then (replace <<<USERNAME>>>
with the user you set up
during Debian installation):
apt-get update && \
apt-get install -y sudo && \
adduser <<<USERNAME>>> sudo
Now you can SSH to the VM using ssh -p 2223 <<<USERNAME>>>@localhost
and use sudo
in
the shell.
sudo apt-get install -y g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg
NOTE: the Debian jessie llvm
package does not work (executables built with it
just exit with "schedule: re-entered unsafely.").
The version of LLVM needed depends on the version of GHC you need.
wget http://llvm.org/releases/3.7.1/clang+llvm-3.7.1-armv7a-linux-gnueabihf.tar.xz && \
sudo tar xvf clang+llvm-3.7.1-armv7a-linux-gnueabihf.tar.xz -C /opt
Run this now and add it to the .profile
:
export PATH="$HOME/.local/bin:/opt/clang+llvm-3.7.1-armv7a-linux-gnueabihf/bin:$PATH"
wget http://llvm.org/releases/3.5.2/clang+llvm-3.5.2-armv7a-linux-gnueabihf.tar.xz && \
sudo tar xvf clang+llvm-3.5.2-armv7a-linux-gnueabihf.tar.xz -C /opt
Run this now and add it to the .profile
:
export PATH="$HOME/.local/bin:/opt/clang+llvm-3.5.2-armv7a-linux-gnueabihf/bin:$PATH"
Get an existing stack
binary
and put it in ~/.local/bin
.
wget http://downloads.haskell.org/~ghc/7.10.3/ghc-7.10.3-armv7-deb8-linux.tar.xz && \
tar xvf ghc-7.10.3-armv7-deb8-linux.tar.xz && \
cd ghc-7.10.3 && \
./configure --prefix=/opt/ghc-7.10.3 && \
sudo make install && \
cd ..
export PATH="/opt/ghc-7.10.3/bin:$PATH"
wget https://www.haskell.org/cabal/release/cabal-install-1.24.0.0/cabal-install-1.24.0.0.tar.gz &&&&& \
tar xvf cabal-install-1.24.0.0.tar.gz && \
cd cabal-install-1.24.0.0 && \
EXTRA_CONFIGURE_OPTS="" ./bootstrap.sh && \
cd .. && \
export PATH="$HOME/.cabal/bin:$PATH" && \
cabal update
Edit ~/.cabal/config
, and set executable-stripping: False
and
library-stripping: False
.
cabal unpack stack && \
cd stack-* && \
cabal install && \
mv ~/.cabal/bin/stack ~/.local/bin
Import the [email protected]
(0x575159689BEFB442) GPG secret key
- http://mashu.github.io/2015/08/12/QEMU-Debian-armhf.html
- https://www.aurel32.net/info/debian_arm_qemu.php
- http://linuxdeveloper.blogspot.ca/2011/08/how-to-install-arm-debian-on-ubuntu.html
- http://www.macworld.com/article/2855038/how-to-mount-and-manage-non-native-file-systems-in-os-x-with-fuse.html
- https://github.com/alperakcan/fuse-ext2#mac-os
- alperakcan/fuse-ext2#31 (comment)
- alperakcan/fuse-ext2#33 (comment)
- alperakcan/fuse-ext2#32 (comment)
- http://osxdaily.com/2007/03/23/create-a-ram-disk-in-mac-os-x/
-
Push new tag to our fork:
git clone [email protected]:commercialhaskell/ghc.git cd ghc git remote add upstream [email protected]:ghc/ghc.git git fetch upstream git push origin ghc-X.Y.Z-release
-
Publish a new Github release with tag
ghc-X.Y.Z-release
and same name. -
Down all the relevant GHC bindists from https://www.haskell.org/ghc/download_ghc_X_Y_Z and upload them to the just-created Github release (see stack-setup-2.yaml for the ones we used in the last GHC release).
In the case of macOS, repackage the
.xz
bindist as a.bz2
, since macOS does not includexz
by default or provide an easy way to install it.The script at
etc/scripts/mirror-ghc-bindists-to-github.sh
will help with this. See the comments within the script. -
Build any additional required bindists (see below for instructions)
- tinfo6 (
etc/vagrant/fedora24-x86_64
) - ncurses6 (
etc/vagrant/arch-x86_64
)
- tinfo6 (
-
Edit stack-setup-2.yaml and add the new bindists, pointing to the Github release version. Be sure to update the
content-length
andsha1
values.
On systems with a small /tmp
, you should set TMP and TEMP to an alternate
location.
For GHC >= 7.10.2, set the GHC_VERSION
environment variable to the version to build:
export GHC_VERSION=8.0.2
export GHC_VERSION=8.0.1
export GHC_VERSION=7.10.3a
export GHC_VERSION=7.10.2
then, run (from here):
git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/ && \
git clone -b ghc-${GHC_VERSION}-release --recursive git://github.com/ghc/ghc ghc-${GHC_VERSION} && \
cd ghc-${GHC_VERSION}/ && \
cp mk/build.mk.sample mk/build.mk && \
sed -i 's/^#BuildFlavour *= *perf$/BuildFlavour = perf/' mk/build.mk && \
./boot && \
./configure --enable-tarballs-autodownload && \
sed -i 's/^TAR_COMP *= *bzip2$/TAR_COMP = xz/' mk/config.mk && \
make -j$(cat /proc/cpuinfo|grep processor|wc -l) && \
make binary-dist
GHC 7.8.4 is slightly different:
export GHC_VERSION=7.8.4 && \
git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/ && \
git clone -b ghc-${GHC_VERSION}-release --recursive git://github.com/ghc/ghc ghc-${GHC_VERSION} && \
cd ghc-${GHC_VERSION}/ && \
./sync-all --extra --nofib -r git://git.haskell.org get -b ghc-7.8 && \
cp mk/build.mk.sample mk/build.mk && \
sed -i 's/^#BuildFlavour *= *perf$/BuildFlavour = perf/' mk/build.mk && \
perl boot && \
./configure && \
sed -i 's/^TAR_COMP *= *bzip2$/TAR_COMP = xz/' mk/config.mk && \
make -j$(cat /proc/cpuinfo|grep processor|wc -l) && \
make binary-dist