mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 22:20:37 +00:00
removing clang cc from headers
This commit is contained in:
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
|
||||
# Some of our rust modules use FFI and need those to be checked
|
||||
- name: Get postgres headers
|
||||
run: CC=clang CARGO_BUILD_FLAGS="--features=testing" make postgres-headers -j$(nproc)
|
||||
run: make postgres-headers -j$(nproc)
|
||||
|
||||
# cargo hack runs the given cargo subcommand (clippy in this case) for all feature combinations.
|
||||
# This will catch compiler & clippy warnings in all feature combinations.
|
||||
@@ -276,7 +276,7 @@ jobs:
|
||||
cov_prefix=""
|
||||
ASAN_OPTIONS=""
|
||||
UBSAN_OPTIONS=""
|
||||
RUSTFLAGS=""
|
||||
RUSTFLAGS="-C linker=gcc"
|
||||
CARGO_FLAGS="--locked --release"
|
||||
CC=gcc
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user