aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2022-06-27 15:35:41 +0000
committerRuben ten Hove <git@rhtenhove.nl>2022-06-27 15:35:41 +0000
commite969972c9799788df0f4af07b9112bb198024f21 (patch)
tree997b654d8f9553682d5f04e7b0ba7b669e0f3f4e /.github
parent80e829f79d4d70d9b0b73bf0c8b1b391c710fbb5 (diff)
downloadAFLplusplus-e969972c9799788df0f4af07b9112bb198024f21.tar.gz
gcta
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml7
-rw-r--r--.github/workflows/container.yaml4
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9f0cacca..906267a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -2,13 +2,13 @@ name: CI
on:
push:
- branches: [ stable, dev ]
+ branches: [stable, dev]
pull_request:
- branches: [ stable, dev ]
+ branches: [stable, dev]
jobs:
linux:
- runs-on: '${{ matrix.os }}'
+ runs-on: "${{ matrix.os }}"
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
@@ -51,4 +51,3 @@ jobs:
run: sudo -E ./afl-system-config; export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; export PATH=/usr/local/Cellar/llvm/*/":/usr/local/bin:$PATH"; export LLVM_CONFIG=/usr/local/Cellar/llvm/*/bin/llvm-config; gmake tests
- name: force frida test for MacOS
run: export AFL_PATH=`pwd`; /usr/local/bin/gcc -o test-instr test-instr.c; mkdir in; echo > in/in; AFL_NO_UI=1 ./afl-fuzz -O -i in -o out -V 5 -- ./test-instr
- \ No newline at end of file
diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml
index a6d31668..d4731775 100644
--- a/.github/workflows/container.yaml
+++ b/.github/workflows/container.yaml
@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- - name: Login to GitHub Container Registry # Container cache registry
+ - name: Login to GitHub Container Registry # Container cache registry
uses: docker/login-action@v2
with:
registry: ghcr.io
@@ -138,6 +138,6 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.push-tags.outputs.PUSH_TAGS }}
- cache-from: | # TODO: From COPY line on is not cached
+ cache-from: | # TODO: From COPY line on is not cached
type=registry,ref=ghcr.io/${{ github.actor }}/aflplusplus/cache:amd64
type=registry,ref=ghcr.io/${{ github.actor }}/aflplusplus/cache:arm64