From b5af9e7c2b71b1fd7dc1765784287040efb26798 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 21:46:24 -0500 Subject: [PATCH 1/6] Run a test --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e7754fc..6dc11db 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,10 @@ on: jobs: test: - runs-on: cth-ubuntu-latest + runs-on: ruby-latest + container: + image: ruby:3.4.1-alpine3.20 steps: - - uses: actions/checkout@v4 - - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4 with: path: vendor/bundle -- 2.45.2 From 38953380a1743f9f9444b6feed4db8d78139a063 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:03:53 -0500 Subject: [PATCH 2/6] Revert "Run a test" This reverts commit b5af9e7c2b71b1fd7dc1765784287040efb26798. --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6dc11db..e7754fc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,10 +5,10 @@ on: jobs: test: - runs-on: ruby-latest - container: - image: ruby:3.4.1-alpine3.20 + runs-on: cth-ubuntu-latest steps: + - uses: actions/checkout@v4 + - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4 with: path: vendor/bundle -- 2.45.2 From 50347db4e16c63b51bbdf82dcc3832a06c3c9a99 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:04:34 -0500 Subject: [PATCH 3/6] Definitely not going to work --- .gitea/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index e7754fc..6ede2d3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -5,7 +5,9 @@ on: jobs: test: - runs-on: cth-ubuntu-latest + runs-on: ruby-latest + container: + image: myoung34/github-runner:ubuntu-noble steps: - uses: actions/checkout@v4 - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed -- 2.45.2 From 8ecac9a27393a1298a037a0c9c885a1e925483bd Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:11:12 -0500 Subject: [PATCH 4/6] install the world --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6ede2d3..3dac72e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,6 +9,8 @@ jobs: container: image: myoung34/github-runner:ubuntu-noble steps: + - run: | + apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev - uses: actions/checkout@v4 - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4 -- 2.45.2 From d0dc23b0965ae1501a74b5a4bde2e9686b565867 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:12:13 -0500 Subject: [PATCH 5/6] Without prompting --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3dac72e..c1ba4a8 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: image: myoung34/github-runner:ubuntu-noble steps: - run: | - apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev + apt-get install -y autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev - uses: actions/checkout@v4 - uses: https://github.com/ruby/setup-ruby@217c988b8c2bf2bacb2d5c78a7e7b18f8c34daed - uses: actions/cache@v4 -- 2.45.2 From ecef64fa27248b44426a4945733a9708995bf256 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 15 Jan 2025 22:14:57 -0500 Subject: [PATCH 6/6] Does 3.4.1 work --- .ruby-version | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index 9c25013..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.6 +3.4.1 diff --git a/Gemfile.lock b/Gemfile.lock index 50e5c7e..1428117 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,11 +177,11 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.4) - nokogiri (1.16.7-aarch64-linux) + nokogiri (1.18.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.16.7-arm64-darwin) + nokogiri (1.18.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.7-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) parallel (1.26.3) parser (3.3.6.0) @@ -269,9 +269,9 @@ GEM fugit (~> 1.11.0) railties (>= 7.1) thor (~> 1.3.1) - sqlite3 (2.3.1-aarch64-linux-gnu) - sqlite3 (2.3.1-arm64-darwin) - sqlite3 (2.3.1-x86_64-linux-gnu) + sqlite3 (2.5.0-aarch64-linux-gnu) + sqlite3 (2.5.0-arm64-darwin) + sqlite3 (2.5.0-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.2) -- 2.45.2