Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Jul 31, 2023
1 parent 5db2dec commit 1092e42
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions tools/bazelify_tests/test/win_from_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@

set -ex

ls -lR

echo hello world
ARCHIVE_WITH_SUBMODULES="$1"
shift

uname -sm
echo $PATH

echo $1
# Extract grpc repo archive
tar -xopf ${ARCHIVE_WITH_SUBMODULES} || tar --skip-old-files -xopf ${ARCHIVE_WITH_SUBMODULES}
cd grpc

echo $PATH
ls

which bash
cmake --version || true

exit 1

0 comments on commit 1092e42

Please sign in to comment.