Skip to content

Commit b229b91

Browse files
committed
ci: increase memory limit for fuzzing
Additionally revert the paths-ignore change as it does not play well with required checks... https://github.com/orgs/community/discussions/54877
1 parent 1fbb26d commit b229b91

File tree

4 files changed

+1
-53
lines changed

4 files changed

+1
-53
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool
33
COPY . $SRC/rsonpath
44
WORKDIR $SRC/rsonpath
55
COPY .clusterfuzzlite/build.sh $SRC/
6+
ENV FUZZER_ARGS="-rss_limit_mb=8192 -timeout=30"

.github/workflows/clusterfuzzlite-pr.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,6 @@ on:
1919
- 'pdf/**'
2020
pull_request:
2121
branches: ["main"]
22-
paths-ignore:
23-
- '.codeql/**'
24-
- '.github/internal_templates/**'
25-
- '.github/ISSUE_TEMPLATE/**'
26-
- '.github/dependabot.yml'
27-
- '**/.vscode/**'
28-
- '**/*.code-workspace'
29-
- '**/LICENSE'
30-
- '**/cliff.toml'
31-
- '**/*.md'
32-
- 'book/**'
33-
- 'img/**'
34-
- 'pdf/**'
3522

3623
permissions:
3724
contents: read

.github/workflows/codeql.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,8 @@ name: "CodeQL Advanced"
99
on:
1010
push:
1111
branches: [ "main" ]
12-
paths-ignore:
13-
- '.clusterfuzzlite/**'
14-
- '.github/internal_templates/**'
15-
- '.github/ISSUE_TEMPLATE/**'
16-
- '.github/dependabot.yml'
17-
- '**/.vscode/**'
18-
- '**/*.code-workspace'
19-
- '**/LICENSE'
20-
- '**/cliff.toml'
21-
- '**/*.md'
22-
- 'book/**'
23-
- 'img/**'
24-
- 'pdf/**'
2512
pull_request:
2613
branches: [ "main" ]
27-
paths-ignore:
28-
- '.clusterfuzzlite/**'
29-
- '.github/internal_templates/**'
30-
- '.github/ISSUE_TEMPLATE/**'
31-
- '.github/dependabot.yml'
32-
- '**/.vscode/**'
33-
- '**/*.code-workspace'
34-
- '**/LICENSE'
35-
- '**/cliff.toml'
36-
- '**/*.md'
37-
- 'book/**'
38-
- 'img/**'
39-
- 'pdf/**'
4014
workflow_dispatch:
4115

4216
permissions:

.github/workflows/rust.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ on:
2020
- 'pdf/**'
2121
pull_request:
2222
branches: ["main"]
23-
paths-ignore:
24-
- '.clusterfuzzlite/**'
25-
- '.codeql/**'
26-
- '.github/internal_templates/**'
27-
- '.github/ISSUE_TEMPLATE/**'
28-
- '.github/dependabot.yml'
29-
- '**/.vscode/**'
30-
- '**/*.code-workspace'
31-
- '**/LICENSE'
32-
- '**/cliff.toml'
33-
- '**/*.md'
34-
- 'book/**'
35-
- 'img/**'
36-
- 'pdf/**'
3723

3824
permissions:
3925
contents: read

0 commit comments

Comments
 (0)