mirror of
https://github.com/red0124/ssp.git
synced 2025-06-07 21:02:31 +02:00
[skip ci] Try to fix fuzz ci
This commit is contained in:
parent
a33f94a9f8
commit
b95d300e73
4
.github/workflows/fuzz.yml
vendored
4
.github/workflows/fuzz.yml
vendored
@ -34,14 +34,10 @@ jobs:
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
CXXFLAGS: -stdlib=libc++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- uses: friendlyanon/fetch-core-count@v1
|
||||
id: cores
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
|
@ -2,7 +2,7 @@ BIN=ssp_fuzz
|
||||
SRC=ssp_fuzz.cpp
|
||||
|
||||
all:
|
||||
${CXX} ${CXXFLAGS} ${SRC} -fsanitize=fuzzer -std=c++17 -o ${BIN}
|
||||
${CXX} ${SRC} -fsanitize=fuzzer -std=c++17 -o ${BIN}
|
||||
|
||||
run:
|
||||
./${BIN} -max_total_time=30
|
||||
|
Loading…
Reference in New Issue
Block a user