Skip to content

Commit 6e04ade

Browse files
authored
Remove fail fast on library gen (#1280)
Signed-off-by: acuadros95 <[email protected]>
1 parent a873c42 commit 6e04ade

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extras/library_generation/library_generation.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Fail fast
4-
set -e
5-
63
PLATFORMS=()
74
while getopts "p:" o; do
85
case "$o" in

0 commit comments

Comments
 (0)