Merge "Remove seccomp upload hook."
This commit is contained in:
commit
934afc08c8
2 changed files with 0 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
[Hook Scripts]
|
||||
notice = tools/update_notice.sh
|
||||
seccomp = tools/update_seccomp.sh
|
||||
syscalls = tools/update_syscalls.sh
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
#!/bin/bash
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd $DIR/..
|
||||
./libc/tools/genseccomp.py
|
||||
|
||||
git diff --exit-code HEAD libc/seccomp/
|
||||
exit $?
|
Loading…
Reference in a new issue