From 68eaba9dd09c16c82d67ea920941f9864f018a6e Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Fri, 5 Apr 2024 11:24:20 +0300 Subject: [PATCH] feat(7.3) build 7.3.27 version --- .devcontainer/docker-compose.yaml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/docker.yml | 2 +- scripts/fetch_fdb_cli.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.devcontainer/docker-compose.yaml b/.devcontainer/docker-compose.yaml index f0bcb52..0127137 100644 --- a/.devcontainer/docker-compose.yaml +++ b/.devcontainer/docker-compose.yaml @@ -7,7 +7,7 @@ services: ERLANG_VERSION: "26" # This should always match the value in fdb.image - FDB_VERSION: "7.3.35" + FDB_VERSION: "7.3.27" environment: # This needs to match the name of the FoundationDB service below @@ -28,4 +28,4 @@ services: network_mode: service:fdb fdb: - image: foundationdb/foundationdb:7.3.35 + image: foundationdb/foundationdb:7.3.27 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d561d39..54d374f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: otp-version: ['25', '26'] - fdb-version: ['7.3.35'] + fdb-version: ['7.3.27'] runs-on: ubuntu-22.04 env: FDB_VERSION: ${{ matrix.fdb-version }} @@ -51,10 +51,10 @@ jobs: test-name: [api, directory, directory_hca, tuple] api-version: [730] container: - image: ghcr.io/emqx/couchdb-erlfdb:erlang-26-fdb-7.3.35 + image: ghcr.io/emqx/couchdb-erlfdb:erlang-26-fdb-7.3.27 services: foundationdb: - image: foundationdb/foundationdb:7.3.35 + image: foundationdb/foundationdb:7.3.27 env: REBAR_PROFILE: devcontainer # Set to 1 for verbose rebar3 logging diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index df66f23..52cd2de 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -21,7 +21,7 @@ jobs: pip_flags: '' - version: 26 pip_install_flags: '--break-system-packages' - fdb-version: ['7.3.35'] + fdb-version: ['7.3.27'] steps: - uses: actions/checkout@v4 diff --git a/scripts/fetch_fdb_cli.sh b/scripts/fetch_fdb_cli.sh index 1f34ae8..ba92629 100755 --- a/scripts/fetch_fdb_cli.sh +++ b/scripts/fetch_fdb_cli.sh @@ -13,7 +13,7 @@ if [ "$#" -ne 3 ]; then usage fi -FDB_VERSION="7.3.35" +FDB_VERSION="7.3.27" TYPE="${1}" OUTPUT="${2}"