From 1f9c58af6f10743108ed021a92d12ab66027b2a9 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Tue, 9 May 2023 19:31:14 +0000 Subject: [PATCH] .github/fuzzer: fix comment indentation, applies to only one fuzzer Fix the comment indentation to show it applies only to the older fuzzer. Signed-off-by: Marc Herbert --- .github/workflows/ipc_fuzzer.yml | 35 ++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ipc_fuzzer.yml b/.github/workflows/ipc_fuzzer.yml index b19cade41..3cc8aab2c 100644 --- a/.github/workflows/ipc_fuzzer.yml +++ b/.github/workflows/ipc_fuzzer.yml @@ -8,24 +8,25 @@ name: IPC fuzzing # yamllint disable-line rule:truthy on: [pull_request, workflow_dispatch] - -# For the actual fuzzer see tools/oss-fuzz/README. -# also see -# https://google.github.io/oss-fuzz/getting-started/continuous-integration/ -# -# Build and run fuzzer for 5s just to check that it runs properly. If it -# consistently fails in under 5s you probably did something wrong - -# If you came here to quickly copy/paste the invocation of some build -# script in order to reproduce a failure reported by github then you -# will be disappointed by the Github Action below: it's magical. For a -# thorough reproduction you must follow the links above. For a quick, -# dirty and incomplete reproduction hack you can try the following two -# lines. Don't do this at home. -# -# OUT=unused_dir cmake -B oss-fuzz-build/ -S tools/oss-fuzz/ -# make -j -C oss-fuzz-build sof_ep fuzz_ipc.o jobs: + + + # For the actual fuzzer see tools/oss-fuzz/README. + # also see + # https://google.github.io/oss-fuzz/getting-started/continuous-integration/ + # + # Build and run fuzzer for 5s just to check that it runs properly. If it + # consistently fails in under 5s you probably did something wrong + + # If you came here to quickly copy/paste the invocation of some build + # script in order to reproduce a failure reported by github then you + # will be disappointed by the Github Action below: it's magical. For a + # thorough reproduction you must follow the links above. For a quick, + # dirty and incomplete reproduction hack you can try the following two + # lines. Don't do this at home. + # + # OUT=unused_dir cmake -B oss-fuzz-build/ -S tools/oss-fuzz/ + # make -j -C oss-fuzz-build sof_ep fuzz_ipc.o ipc-fuzzer-build: runs-on: ubuntu-latest steps: