Skip to content

Commit

Permalink
change container image for the build to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Dec 11, 2024
1 parent ec0505e commit b448f41
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/long-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
name: ASAN
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-long-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
runs-on: ubuntu-20.04
container:
image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
container: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
env:
# Fast unwinder only gives us partial stack traces in LeakSanitzer
# Alloc/dealloc mismatch has been disabled in CCF: https://github.com/microsoft/CCF/pull/5157
Expand Down Expand Up @@ -57,8 +56,7 @@ jobs:
name: fuzz
if: ${{ contains(github.event.pull_request.labels.*.name, 'run-fuzz-test') || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
runs-on: ubuntu-20.04
container:
image: ghcr.io/microsoft/ccf/ci/default:build-08-10-2024
container: ghcr.io/microsoft/ccf/app/dev/virtual:ccf-6.0.0-dev7
env:
PLATFORM: virtual
steps:
Expand Down

0 comments on commit b448f41

Please sign in to comment.