8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 21:23:04 +01:00

Remove verbose option from tar.

This commit is contained in:
Adriano dos Santos Fernandes 2019-11-30 22:09:31 -03:00
parent 6aaa523bd0
commit d147f99fd3
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
pushd extern/icu-macos
wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz
wget https://github.com/unicode-org/icu/commit/24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
tar xzvf icu4c-59_2-src.tgz
tar xzf icu4c-59_2-src.tgz
ICU_INSTALL_PATH=`pwd`/install
cd icu/source
patch -p3 < ../../24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch

View File

@ -39,7 +39,7 @@ script:
pushd extern/icu-macos
wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz
wget https://github.com/unicode-org/icu/commit/24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch
tar xzvf icu4c-59_2-src.tgz
tar xzf icu4c-59_2-src.tgz
ICU_INSTALL_PATH=`pwd`/install
cd icu/source
patch -p3 < ../../24aeb9a5a5874f4ce5db912e30670ac3ae236971.patch