Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 2 additions & 31 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
name: scripts-${{ needs.source.outputs.gem_version }}
- name: Install build environment
env:
SUPPORTED_RUBY_VERSIONS: "3.1 3.2 3.3 3.4 4.0"
SUPPORTED_RUBY_VERSIONS: "3.2 3.3 3.4 4.0"
run: |
bash bin/jenkins/install-rubies.sh
- uses: actions/download-artifact@v4
Expand All @@ -133,7 +133,7 @@ jobs:
name: couchbase-${{ needs.source.outputs.gem_version }}
- name: Build gem
env:
SUPPORTED_RUBY_VERSIONS: "3.1 3.2 3.3 3.4 4.0"
SUPPORTED_RUBY_VERSIONS: "3.2 3.3 3.4 4.0"
BUNDLE_ALLOW_ROOT: true
run: |
bash bin/jenkins/build-gem.sh
Expand All @@ -150,7 +150,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -190,10 +189,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.1
name: couchbase-${{ needs.source.outputs.gem_version }}-x86_64-linux-3.1
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.2
Expand Down Expand Up @@ -229,7 +224,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -269,10 +263,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.1
name: couchbase-${{ needs.source.outputs.gem_version }}-aarch64-linux-3.1
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.2
Expand Down Expand Up @@ -308,7 +298,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -348,10 +337,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.1
name: couchbase-${{ needs.source.outputs.gem_version }}-arm64-darwin-3.1
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.2
Expand Down Expand Up @@ -387,7 +372,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -427,10 +411,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.1
name: couchbase-${{ needs.source.outputs.gem_version }}-x86_64-darwin-3.1
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.2
Expand Down Expand Up @@ -469,7 +449,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -531,7 +510,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -596,7 +574,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -755,7 +732,6 @@ jobs:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
Expand Down Expand Up @@ -794,10 +770,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: scripts-${{ needs.source.outputs.gem_version }}
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.1
name: couchbase-${{ needs.source.outputs.gem_version }}-x64-mingw-3.1
- uses: actions/download-artifact@v4
with:
path: pkg/binary/3.2
Expand Down Expand Up @@ -845,7 +817,6 @@ jobs:
# fail-fast: false
# matrix:
# ruby:
# - '3.1'
# - '3.2'
# - '3.3'
# - '3.4'
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/build-gem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ echo "CONTAINER_TAG=${CONTAINER_TAG}"
echo "JENKINS_SLAVE_LABELS=${JENKINS_SLAVE_LABELS}"
echo "NODE_LABELS=${NODE_LABELS}"

SUPPORTED_RUBY_VERSIONS="3.3 3.2 3.1"
SUPPORTED_RUBY_VERSIONS="3.2 3.3 3.4 4.0"
CMAKE_VERSION=3.28.1
if [ -d "${HOME}/.cmake-${CMAKE_VERSION}/bin" ]
then
Expand Down
2 changes: 1 addition & 1 deletion bin/jenkins/install-dependencies-for-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ ${SUDO} /sbin/apk add \

# NOTE: we don't want to build 3.0 on Alpine, as it will require
# switching OpenSSL to 1.1
export SUPPORTED_RUBY_VERSIONS="3.1 3.2 3.3"
export SUPPORTED_RUBY_VERSIONS="3.2 3.3 3.4 4.0"

exec bash ${PROJECT_ROOT}/bin/jenkins/install-rubies.sh
2 changes: 1 addition & 1 deletion bin/jenkins/install-dependencies-for-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ then
rm -rf ${HOME}/.gem/ruby
fi
# NOTE: Exclude Ruby 3.0 to avoid [email protected]
export SUPPORTED_RUBY_VERSIONS="3.1 3.2 3.3"
export SUPPORTED_RUBY_VERSIONS="3.2 3.3 3.4 4.0"
exec ${PROJECT_ROOT}/bin/jenkins/install-rubies.sh
2 changes: 1 addition & 1 deletion bin/jenkins/install-dependencies-for-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ${SUDO} apt-get install -y \

# NOTE: Ubuntu 22+ removed OpenSSL 1.1 compatibility,
# so Ruby 3.0.x will not work without extra patches
export SUPPORTED_RUBY_VERSIONS="3.1 3.2 3.3"
export SUPPORTED_RUBY_VERSIONS="3.2 3.3 3.4 4.0"

rm -rf ${HOME}/.rubies
exec ${PROJECT_ROOT}/bin/jenkins/install-rubies.sh
4 changes: 2 additions & 2 deletions bin/jenkins/install-rubies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ set -e

[ "$(id -u)" -ne 0 ] && SUDO="sudo " || SUDO=""

SUPPORTED_RUBY_VERSIONS=${SUPPORTED_RUBY_VERSIONS:-"3.1 3.2 3.3"}
SUPPORTED_RUBY_VERSIONS=${SUPPORTED_RUBY_VERSIONS:-"3.2 3.3 3.4 4.0"}
RUBY_CONFIGURE_FLAGS=${RUBY_CONFIGURE_FLAGS:-}

RUBY_INSTALL_VERSION=0.9.3
RUBY_INSTALL_VERSION=0.10.1
CHRUBY_VERSION=0.3.9


Expand Down
2 changes: 1 addition & 1 deletion test/mock_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class Caves
attr_accessor :verbose

VERSION = "v0.0.1-78"
VERSION = "v0.0.1-79"
FORK = "couchbaselabs"

def download_mock(url = caves_url)
Expand Down
Loading