Skip to content

Commit

Permalink
Revert: Use -Werror in CI (#237) (#249)
Browse files Browse the repository at this point in the history
It seems my `-Werror` flag addition was waiting until the next time CI
thought
it was necessary to rebuild DuckDB to blow up our build. This reverts
the
change for now to fix the build on the main branch.
  • Loading branch information
JelteF authored Oct 3, 2024
1 parent 95c258a commit 28e74a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
id: build
run: |
pushd duckdb
make -j8 install CFLAGS=-Werror CXXFLAGS=-Werror
make -j8 install
- name: Run make installcheck
id: installcheck
Expand Down

0 comments on commit 28e74a0

Please sign in to comment.