diff options
author | Dylan Arbour <arbourd@users.noreply.github.com> | 2024-02-22 12:59:27 -0500 |
---|---|---|
committer | Dylan Arbour <arbourd@users.noreply.github.com> | 2024-02-22 15:43:46 -0500 |
commit | e2cab032341f4a41d02107ac742cc44a04205038 (patch) | |
tree | a0d7199860488cd7a55be0443645dd3e50f48567 | |
parent | 2f3c7c2c074cd91196d2793deb379ea92e13f885 (diff) | |
download | unit-e2cab032341f4a41d02107ac742cc44a04205038.tar.gz unit-e2cab032341f4a41d02107ac742cc44a04205038.tar.bz2 |
Remove debug from builds and tests
The info and above errors should be more than enough for debugging
failures in GitHuB Actions CI.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ca7896..8599b34c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -136,8 +136,7 @@ jobs: --openssl \ --njs \ --cc-opt="-I njs/src/ -I njs/build" \ - --ld-opt="-L njs/build" \ - --debug + --ld-opt="-L njs/build" - name: Make unit run: | |