소스 검색

fix(hermes): update build.rs to fix Docker build (#1296)

Ali Behjati 1 년 전
부모
커밋
5c1e83a088
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hermes/build.rs

+ 1 - 1
hermes/build.rs

@@ -14,7 +14,7 @@ fn main() {
     // directory as a mini-repo with wormhole and googleapis as remotes, so we can copy out the
     // TREEISH paths we want.
     let protobuf_setup = r#"
-        set -euo pipefail
+        set -e
         git init .
         git clean -df
         git remote add wormhole https://github.com/wormhole-foundation/wormhole.git || true