Skip to content

Commit

Permalink
Remove recipes for unused CI services
Browse files Browse the repository at this point in the history
Address sanitizer options kindly provided by @noloader have been
migrated to .github/workflows/testsuite.yml.
  • Loading branch information
k0ekk0ek committed Sep 15, 2022
1 parent 5d5c95a commit 7387589
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 1,476 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: libtoolize -ci
- run: autoreconf -fi
- run: ./configure
env:
CFLAGS: -g2 -O0 -fsanitize=address,undefined -fno-sanitize-recover
- run: make test

mac:
Expand All @@ -33,6 +35,8 @@ jobs:
# macOS’s system OpenSSL (LibreSSL, actually) isn’t meant for linking,
# and Homebrew’s# OpenSSL isn’t CI-friendly. So build without OpenSSL.
- run: ./configure --without-ssl --disable-sha2 --disable-gost --disable-ecdsa --disable-dane
env:
CFLAGS: -g2 -O0 -fsanitize=address,undefined -fno-sanitize-recover

# As of now the test suite requires OpenSSL, so no tests.
# cf. https://github.com/NLnetLabs/ldns/issues/162
Expand Down
6 changes: 0 additions & 6 deletions .gitlab-ci.yml

This file was deleted.

291 changes: 0 additions & 291 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 7387589

Please sign in to comment.