rake-compiler-dock 1.6.0 → 1.7.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53dbaea874777b182361051f1c425df03d7223cde61a63bb60d6284593c0e273
4
- data.tar.gz: a389f202249d9ee8415c5adc010030b6c6b026ed8127a77520c5f1b1f5a7831a
3
+ metadata.gz: 9dd2f16859696a2c46a2768a3914520e450b908d3f439dc7bf247f009ecb8668
4
+ data.tar.gz: 93e42b3fe508ebeddb78715a01fc7c3778b029813deaad19a5d76a28c3e00a56
5
5
  SHA512:
6
- metadata.gz: 3f3397f9b5db932ae5a9370d80af39a30475ede7053049e4dd8aec035da1fe1e82d79a38127ea3d0232666ac1965927cc92fb1d03161754d93663ca5ccadf645
7
- data.tar.gz: 02f7cedfbbcc5e13f51f9f428d4fade38de5bf6032dd28d3f1717a0f1315d8afee2d4bb6f92715bb609f165e2093d9469219db086b0842cdaffe7c81d3851eeb
6
+ metadata.gz: c02337372cc2bbab0b7c21b1203de459d02596436f422365311347bb6c29464a717dcd38a716df2cbf5c38407b2ff22db09f16998445a9a413c960290496b726
7
+ data.tar.gz: 3b0f901a4767c37f550357d3d2bacab0d4a5c6455d1250711b98173ab8e3fa9e7674d00e0f520152fe8431b58ed2ab0668aded0df4447c35a8a2204c09e1e83f
@@ -144,7 +144,7 @@ jobs:
144
144
  fail-fast: false
145
145
  matrix:
146
146
  os: [ubuntu-latest]
147
- ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
147
+ ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
148
148
  runs-on: ${{ matrix.os }}
149
149
  steps:
150
150
  - uses: actions/checkout@v4
@@ -169,7 +169,7 @@ jobs:
169
169
  fail-fast: false
170
170
  matrix:
171
171
  platform: [x86_64-linux, x86_64-linux-gnu]
172
- ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
172
+ ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
173
173
  include:
174
174
  # declare rubygems for each ruby version
175
175
  - { ruby: "2.7", rubygems: "3.4.22" }
@@ -213,7 +213,7 @@ jobs:
213
213
  - x86_64-linux
214
214
  - x86_64-linux-gnu
215
215
  - x86_64-linux-musl
216
- ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
216
+ ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
217
217
  include:
218
218
  # declare rubygems for each ruby version
219
219
  - { ruby: "2.7", rubygems: "3.4.22" }
@@ -262,7 +262,7 @@ jobs:
262
262
  fail-fast: false
263
263
  matrix:
264
264
  os: [macos-13, macos-14]
265
- ruby: ["3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
265
+ ruby: ["3.4.0-rc1", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6", "2.5", "2.4"]
266
266
  exclude:
267
267
  # setup-ruby does not provide ruby 2.4 or 2.5 on arm64-darwin as of 2024-05-01
268
268
  - os: macos-14
@@ -301,6 +301,9 @@ jobs:
301
301
  - os: windows-latest
302
302
  ruby: "3.3"
303
303
  platform: x64-mingw-ucrt
304
+ - os: windows-latest
305
+ ruby: "head" # "3.4.0-rc1" not available yet on windows
306
+ platform: x64-mingw-ucrt
304
307
  runs-on: ${{ matrix.os }}
305
308
  steps:
306
309
  - uses: actions/checkout@v4
@@ -353,6 +356,9 @@ jobs:
353
356
  - os: windows-latest
354
357
  ruby: "3.3"
355
358
  platform: x64-mingw-ucrt
359
+ - os: windows-latest
360
+ ruby: "head" # "3.4.0-rc1" not available yet on windows
361
+ platform: x64-mingw-ucrt
356
362
  runs-on: ${{ matrix.os }}
357
363
  steps:
358
364
  - uses: actions/checkout@v4
data/Dockerfile.mri.erb CHANGED
@@ -110,7 +110,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
110
110
  xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
111
111
  [
112
112
  # Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
113
- ["3.3.5:3.2.0:3.1.0", "3.1.3"],
113
+ ["3.4.0-rc1:3.3.5:3.2.0:3.1.0", "3.1.3"],
114
114
  ]
115
115
  elsif platform =~ /x64-mingw32/
116
116
  [
@@ -121,7 +121,7 @@ elsif platform =~ /x64-mingw32/
121
121
  else
122
122
  [
123
123
  ["2.6.0:2.5.0:2.4.0", "2.5.9"],
124
- ["3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
124
+ ["3.4.0-rc1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.3"],
125
125
  ]
126
126
  end
127
127
 
@@ -217,6 +217,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
217
217
 
218
218
  RUN bash -c "rbenv global 3.1.3"
219
219
 
220
- ENV RUBY_CC_VERSION=3.3.5:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0:2.4.0
220
+ ENV RUBY_CC_VERSION=3.4.0:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0:2.4.0
221
221
 
222
222
  CMD bash
data/History.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # `rake-compiler/rake-compiler-dock` Changelog
2
2
 
3
+ ## v1.7.0.rc1 / 2024-12-13
4
+
5
+ ### Ruby 3.4 support
6
+
7
+ - Add Ruby 3.4.0-rc1 cross-compilation support.
8
+
9
+
3
10
  ## v1.6.0 / 2024-12-13
4
11
 
5
12
  ### Notable changes
@@ -11,16 +18,16 @@ In this release, we upgraded the base image for the `x86_64-linux-gnu` and `x86-
11
18
  ⚠ **Note** there are two important changes due to this upgrade:
12
19
 
13
20
  1. The minimum supported version of GLIBC for the `x86*-linux-gnu` images has increased from 2.17 to 2.29 for `x86_64` and `x86` architectures. (Note that GLIBC was already pinned to 2.29 for ARM architectures.)
14
- 2. Precompiled gems built with the `x86*linux-gnu` images are less likely to be compatible with Musl systems, and may segfault.
21
+ 2. Precompiled gems built with the `x86*linux-gnu` images are less likely to be compatible with Musl libc, and may segfault when run on Musl systems.
15
22
 
16
23
  For (2) above, if you have been shipping a single `x86_64-linux` native gem for both GNU and Musl systems, **please make sure you test your gems on a Musl system before shipping them**. See the [actions workflow in flavorjones/ruby-c-extensions-explained](https://github.com/flavorjones/ruby-c-extensions-explained/blob/6619a0d94e627897838a79144704387db65a03bc/.github/workflows/precompiled.yml#L137) for an example of how to do this rigorously.
17
24
 
18
25
 
19
- ### Ruby 3.3 support upgraded to `3.3.5`
26
+ #### Ruby 3.3 support upgraded to `3.3.5`
20
27
 
21
28
  Update Ruby 3.3 support from 3.3.0-rc1 to 3.3.5. Note that the 3.3.x releases are not usable until 3.3.5 because of https://bugs.ruby-lang.org/issues/20088.
22
29
 
23
- ⚠ **Note** that if you were specifying `3.3.0` in your `RUBY_CC_VERSION` environment variable, that string will must be updated to `3.3.5`.
30
+ ⚠ **Note** that if you were specifying `3.3.0` in your `RUBY_CC_VERSION` environment variable, that string must be updated to `3.3.5`.
24
31
 
25
32
 
26
33
  ### Added
@@ -1,4 +1,4 @@
1
1
  module RakeCompilerDock
2
- VERSION = "1.6.0"
3
- IMAGE_VERSION = "1.6.0"
2
+ VERSION = "1.7.0.rc1"
3
+ IMAGE_VERSION = "1.7.0.rc1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rake-compiler-dock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0.rc1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lars Kanis
@@ -136,9 +136,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
136
  version: '0'
137
137
  required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ">="
139
+ - - ">"
140
140
  - !ruby/object:Gem::Version
141
- version: '0'
141
+ version: 1.3.1
142
142
  requirements: []
143
143
  rubygems_version: 3.3.22
144
144
  signing_key: