Skip to content

Commit

Permalink
Remove O3 opt in daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthyuom committed May 17, 2024
1 parent 9e5aef8 commit e895b53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ jobs:
repository: ${{ env.GITHUB_REPOSITORY }}
ref: ${{ env.GITHUB_HEAD_REF }}
- name: make
run: make all-with-unit-tests OPT=-O3 SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
run: make all-with-unit-tests SANITIZER=address SERVER_CFLAGS='-DSERVER_TEST -Werror -DDEBUG_ASSERTIONS'
- name: testprep
# Work around ASAN issue, see https://github.com/google/sanitizers/issues/1716
run: |
Expand Down
2 changes: 0 additions & 2 deletions src/unit/test_zmalloc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <stddef.h>

#include "../zmalloc.h"
#include "test_help.h"

Expand Down

0 comments on commit e895b53

Please sign in to comment.