Skip to content

Save more space by removing unneeded pkgs #24

Save more space by removing unneeded pkgs

Save more space by removing unneeded pkgs #24

Workflow file for this run

name: Sanitize with AddressSanitizer, MemorySanitizer, ThreadSanitizer and UndefinedBehaviorSanitizer.
on:
push:
branches:
- sanitizers-in-docker
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
# run_asan:
# uses: ./.github/workflows/sanitizer-check.yaml
# with:
# sanitizer-name: 'asan'
# run_msan:
# uses: ./.github/workflows/sanitizer-check.yaml
# with:
# sanitizer-name: 'msan'
# run_tsan:
# uses: ./.github/workflows/sanitizer-check.yaml
# with:
# sanitizer-name: 'tsan'
run_ubsan:
uses: ./.github/workflows/sanitizer-check.yaml

Check failure on line 29 in .github/workflows/sanitize.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/sanitize.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/sanitize.yaml" -> "./.github/workflows/sanitizer-check.yaml" (source branch with sha:48876bbd93f46815d41c741b839c277860a88e89) : You have an error in your yaml syntax on line 15
with:
sanitizer-name: 'ubsan'