Skip to content

Commit

Permalink
Remove 32-bit Mac protoc reference from collect_all_artifacts (protoc…
Browse files Browse the repository at this point in the history
  • Loading branch information
rafi-kamal authored Feb 18, 2020
1 parent 147fd0b commit df2bce3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kokoro/release/collect_all_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ mkdir -p protoc/linux_x64
cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_32/protoc.exe protoc/linux_x86/protoc
cp ${INPUT_ARTIFACTS_DIR}/protoc-artifacts/target/linux/x86_64/protoc.exe protoc/linux_x64/protoc

mkdir -p protoc/macosx_x86
mkdir -p protoc/macosx_x64
cp ${INPUT_ARTIFACTS_DIR}/build32/src/protoc protoc/macosx_x86/protoc
cp ${INPUT_ARTIFACTS_DIR}/build64/src/protoc protoc/macosx_x64/protoc

# Install nuget (will also install mono)
Expand Down

0 comments on commit df2bce3

Please sign in to comment.