mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Remove -o pipefail
This commit is contained in:
parent
82b6d4dabd
commit
b56d5be306
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
set -eu
|
||||
|
||||
# This script builds and runs all the examples
|
||||
# It is NOT headless
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
set -eu
|
||||
|
||||
ls -F | grep '/$' | sed 's|/$||' | xargs -E '' -I {} timeout --preserve-status 15s cargo run --bin {}
|
||||
rm -f pipeline-caching/pipeline_cache.bin
|
||||
|
Loading…
Reference in New Issue
Block a user