Skip to content

Commit a0871bd

Browse files
author
Dane Springmeyer
committed
revert testing changes
1 parent d33c31a commit a0871bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/install-deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mkdir -p ./third_party
1414
if [[ ! -d ./third_party/mason ]]; then
1515
mkdir -p ./third_party/mason
1616
echo "Downloading Mason @${MASON_RELEASE}"
17-
curl -vsSfL https://github.com/mapbox/mason/archive/${MASON_RELEASE}.tar.gz | tar --gunzip --extract --strip-components=1 --directory=./third_party/mason
17+
curl -sSfL https://github.com/mapbox/mason/archive/${MASON_RELEASE}.tar.gz | tar --gunzip --extract --strip-components=1 --directory=./third_party/mason
1818
echo "Mason @${MASON_RELEASE} unpacked to ./third_party/mason"
1919
fi
2020

@@ -37,7 +37,7 @@ if [ "$(uname -s)" == 'Darwin' ]; then
3737
else
3838
STRIP_CMD="strip --strip-unneeded"
3939
fi
40-
pwd
40+
4141
for path in $(find $(pwd)/mason_packages -type f -name 'libortools.*'); do
4242
echo "stripping debug symbols from ${path}"
4343
$STRIP_CMD $path

0 commit comments

Comments
 (0)