Skip to content

Commit

Permalink
Revert "Add a CI task that checks performance regression (#1248)" (#1254
Browse files Browse the repository at this point in the history
)

This reverts commit 6929c89.
  • Loading branch information
tokatoka authored May 4, 2023
1 parent a8e64be commit 721c02c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 76 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,29 +225,6 @@ jobs:
if: runner.os == 'macOS' # use bash v4
run: /usr/local/bin/bash -c 'RUN_ON_CI=1 ./scripts/test_all_fuzzers.sh'

executions-check:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: lyricwulf/abc@v1
with:
linux: llvm llvm-dev clang
macos: llvm bash wget coreutils
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
- name: Build and run libfuzzer_libpng (Linux)
if: runner.os == 'Linux'
run: ./scripts/executions-check.sh
- name: Build and run libfuzzer_libpng (macOS)
if: runner.os == 'macOS'
run: /usr/local/bin/bash -c './scripts/executions-check.sh'

nostd-build:
runs-on: ubuntu-latest
steps:
Expand Down
53 changes: 0 additions & 53 deletions scripts/executions-check.sh

This file was deleted.

0 comments on commit 721c02c

Please sign in to comment.