Skip to content

Commit 5c1e83a

Browse files
authored
fix(hermes): update build.rs to fix Docker build (#1296)
1 parent 22579ed commit 5c1e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hermes/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fn main() {
1414
// directory as a mini-repo with wormhole and googleapis as remotes, so we can copy out the
1515
// TREEISH paths we want.
1616
let protobuf_setup = r#"
17-
set -euo pipefail
17+
set -e
1818
git init .
1919
git clean -df
2020
git remote add wormhole https://github.com/wormhole-foundation/wormhole.git || true

0 commit comments

Comments
 (0)