Skip to content

Commit dfb210d

Browse files
cursoragentlovasoa
andcommitted
Remove ASAN test job and documentation
Co-authored-by: contact <[email protected]>
1 parent 523cf6b commit dfb210d

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,6 @@ jobs:
3838
name: sqlpage-linux-debug
3939
path: "target/debug/sqlpage"
4040

41-
test_asan:
42-
runs-on: ubuntu-latest
43-
steps:
44-
- uses: actions/checkout@v4
45-
- name: Install clang for ASAN
46-
run: sudo apt-get update && sudo apt-get install -y clang
47-
- name: Set up cargo cache
48-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
49-
- name: Build with ASAN-instrumented C dependencies
50-
env:
51-
CFLAGS: "-fsanitize=address -fno-omit-frame-pointer -g"
52-
CXXFLAGS: "-fsanitize=address -fno-omit-frame-pointer -g"
53-
CC: clang
54-
CXX: clang++
55-
run: cargo build --features odbc-static
56-
- name: Run tests with ASAN
57-
env:
58-
ASAN_OPTIONS: "detect_leaks=1:abort_on_error=1"
59-
CFLAGS: "-fsanitize=address -fno-omit-frame-pointer -g"
60-
CXXFLAGS: "-fsanitize=address -fno-omit-frame-pointer -g"
61-
CC: clang
62-
CXX: clang++
63-
run: cargo test --features odbc-static --no-fail-fast
6441

6542
test:
6643
runs-on: ubuntu-latest

ASAN-NOTES.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)