Skip to content

Commit

Permalink
examples: remove env exports in Hermitux boot time script
Browse files Browse the repository at this point in the history
For some reason this makes the musl build fail within the container.

Signed-off-by: Hugo Lefeuvre <hugo.lefeuvre@manchester.ac.uk>
  • Loading branch information
hlef committed Jan 11, 2021
1 parent 70d1f89 commit a74d95b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/hermitux-boottime/hermitux-boottime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ runs:
- CAP_NET_ADMIN
cmd:
|
set -xe
for env in $( cat /etc/environment ); do \
export $(echo $env | sed -e 's/"//g'); \
done

touch /results.txt

# patch uhyve to collect timestamps
Expand Down

0 comments on commit a74d95b

Please sign in to comment.