We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5babbbc commit 0726758Copy full SHA for 0726758
.github/workflows/makefile.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Configure
29
run: |
30
cat /etc/os-release
31
- echo "HAVE_SECCOMP_HEADER=0" > configure.local
+ echo "HAVE_SECCOMP_FILTER=0" > configure.local
32
./configure
33
echo "CFLAGS += -fsanitize=undefined,address" >> Makefile.configure
34
echo "LDFLAGS += -fsanitize=undefined,address" >> Makefile.configure
0 commit comments