mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-15 18:13:18 +08:00
Fix CI telemetry test to use correct build args
The telemetry without openssl test did not use the correct args supplied in the build matrix leading to a failure on PG14 as building against PG14 currently requires -DEXPERIMENTAL=ON
This commit is contained in:
parent
ecac52f494
commit
0f64e11db4
2
.github/workflows/linux-build-and-test.yaml
vendored
2
.github/workflows/linux-build-and-test.yaml
vendored
@ -101,7 +101,7 @@ jobs:
|
||||
- name: Test telemetry without OpenSSL
|
||||
if: github.event_name != 'pull_request' && runner.os == 'Linux' && matrix.build_type == 'Debug'
|
||||
run: |
|
||||
BUILD_DIR=nossl ./bootstrap -DCMAKE_BUILD_TYPE=Debug -DPG_SOURCE_DIR=~/$PG_SRC_DIR -DPG_PATH=~/$PG_INSTALL_DIR -DUSE_OPENSSL=false
|
||||
BUILD_DIR=nossl ./bootstrap -DCMAKE_BUILD_TYPE=Debug -DPG_SOURCE_DIR=~/$PG_SRC_DIR -DPG_PATH=~/$PG_INSTALL_DIR ${{ matrix.tsdb_build_args }} -DUSE_OPENSSL=OFF
|
||||
make -j $MAKE_JOBS -C nossl
|
||||
make -C nossl install
|
||||
make -C nossl regresscheck TESTS=telemetry
|
||||
|
Loading…
x
Reference in New Issue
Block a user