Skip to content

Commit

Permalink
chore: bump Ruby to 3.2.5; update references to packaging containers;…
Browse files Browse the repository at this point in the history
… remove obsolete bundler installation
  • Loading branch information
maxirmx committed Sep 1, 2024
1 parent 543ba5e commit f638262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ task:
- echo $CACHE_VER

tebako_setup_script: |
gem install bundler -v $BUNDLER_VER
sudo gem install tebako
package_metanorma_script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
needs: prepare
container:
image: ghcr.io/tamatebako/amd64-tebako-alpine-3.17:latest
image: ghcr.io/tamatebako/tebako-alpine-3.17:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/tamatebako/amd64-tebako-ubuntu-20.04:latest
container: ghcr.io/tamatebako/tebako-ubuntu-20.04:latest
needs: prepare
if: "(github.event_name == 'push' && needs.prepare.outputs.head_tag == '') || github.event_name == 'pull_request' || github.event_name == 'schedule'"
steps:
Expand Down
5 changes: 2 additions & 3 deletions common.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
RUBY_VER=3.1.6
RUBY_VER=3.2.5
TEBAKO_PREFIX=.archive/.tebako
DEPS=deps
BUNDLER_VER=2.3.22
BUILD_TYPE=Release
CACHE_VER=07
CACHE_VER=08

0 comments on commit f638262

Please sign in to comment.