btrfs-progs: tests: bump zstd version in CI to 1.3.3

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2018-01-23 14:16:45 +01:00
parent 94ca37bd24
commit 444b88391e
1 changed files with 3 additions and 3 deletions

View File

@ -61,9 +61,9 @@ before_install:
" "
- "mkdir tmp-zstd; - "mkdir tmp-zstd;
cd tmp-zstd; cd tmp-zstd;
wget https://github.com/facebook/zstd/archive/v1.3.1.tar.gz; wget https://github.com/facebook/zstd/archive/v1.3.3.tar.gz;
tar xf v1.3.1.tar.gz; tar xf v1.3.3.tar.gz;
cd zstd-1.3.1; cd zstd-1.3.3;
make; make;
sudo make install PREFIX=/usr; sudo make install PREFIX=/usr;
cd ../.. cd ../..