Skip to content

Commit

Permalink
More binfmt_misc, CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkreidler committed Sep 10, 2017
1 parent 92e868f commit fa25e94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ build() {
}

# Setup binfmt_misc
if [[ ! grep -q binfmt /proc/mounts ]]; then
mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
fi
[[ grep -q binfmt /proc/mounts ]] || mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc

echo "binfmt_misc status:"
cat /proc/sys/fs/binfmt_misc/status
Expand Down

0 comments on commit fa25e94

Please sign in to comment.