Skip to content

Commit

Permalink
Install pcre from our Github
Browse files Browse the repository at this point in the history
Instead of downloading from the rando internet each time we do a
release.
  • Loading branch information
SeanTAllen committed May 25, 2018
1 parent c7eef05 commit 1961465
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis_install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ download_llvm(){
download_pcre(){
echo "Downloading and building PCRE2..."

wget "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.21.tar.bz2"
git lfs clone -I "pcre2-10.21.tar.bz2" https://github.com/ponylang/ponyc-llvm-dependencies.git pcre-dependencies

pushd pcre-dependencies
tar -xjf pcre2-10.21.tar.bz2
pushd pcre2-10.21 && ./configure --prefix=/usr && make && sudo make install
popd
popd
}

set_linux_compiler(){
Expand Down

0 comments on commit 1961465

Please sign in to comment.