Skip to content

Commit

Permalink
debug3
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Ivanov <[email protected]>
  • Loading branch information
alexander-e1off committed Jan 22, 2025
1 parent 3f7d05a commit d7693b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sanitizer-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4

-name : Cleanup image
run: sudo apt-get update && sudo apt-get purge -y gcc-* clang-16 clang-* ruby-* swift-* kotlin-* julia-* nodejs-* && sudo apt-get autoremove -y && sudo rm -rf /var/lib/apt/lists/*
# run: sudo apt-get update && sudo apt-get purge -y gcc-* clang-* ruby-* swift-* kotlin-* julia-* nodejs-* && sudo apt-get autoremove -y && sudo rm -rf /var/lib/apt/lists/*
run: sudo apt-get update && sudo apt-get purge -y gcc-*

- name: Create docker image with BlazingMQ and dependencies built with sanitizer instrumentation
run: docker build -f ${{ github.workspace }}/docker/sanitizers/Dockerfile --no-cache --build-arg SANITIZER_NAME=${{ inputs.sanitizer-name }} -t sanitizer-${{ inputs.sanitizer-name }} .
Expand Down

0 comments on commit d7693b3

Please sign in to comment.