Skip to content

Commit

Permalink
Fix release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Feb 4, 2019
1 parent de36f39 commit 82ac350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ echo "Installing toolchains"
wget "https://github.com/bblfsh/client-scala/releases/download/v1.5.2/osxcross_3034f7149716d815bc473d0a7b35d17e4cf175aa.tar.gz" -O- | tar -xzf -
export "PATH=$PWD/osxcross/bin:$PATH"
sudo dpkg --add-architecture i386
sudo apt update
sudo apt update || echo "Warning: apt update failed"
sudo apt install -y aptitude
sudo aptitude install -y gcc gcc-multilib gcc-mingw-w64-i686 zlib1g-dev:i386 gcc-arm-linux-gnueabihf clang libc6-dev-i386
wget http://mirrors.kernel.org/ubuntu/pool/universe/libz/libz-mingw-w64/libz-mingw-w64_1.2.8+dfsg-2_all.deb
Expand Down

0 comments on commit 82ac350

Please # to comment.