summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDylan Arbour <arbourd@users.noreply.github.com>2024-02-22 12:59:27 -0500
committerDylan Arbour <arbourd@users.noreply.github.com>2024-02-22 15:43:46 -0500
commite2cab032341f4a41d02107ac742cc44a04205038 (patch)
treea0d7199860488cd7a55be0443645dd3e50f48567
parent2f3c7c2c074cd91196d2793deb379ea92e13f885 (diff)
downloadunit-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.yml3
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: |