@@ -54,15 +54,15 @@ Script is designed to run on Linux, but can be run on macOS or windows.
54
54
For windows x86_64
55
55
56
56
cd windows
57
- bash -c 'mkdir -p cache output/3.3.3 '
58
- bash -c './build-ruby -a x86 -r 3.3.3 cache output/3.3.3 '
59
- bash -c './package -r traveling-ruby-20230428-3.3.3 -x86-windows.tar.gz output/3.3.3 '
57
+ bash -c 'mkdir -p cache output/3.3.5 '
58
+ bash -c './build-ruby -a x86 -r 3.3.5 cache output/3.3.5 '
59
+ bash -c './package -r traveling-ruby-20230428-3.3.5 -x86-windows.tar.gz output/3.3.5 '
60
60
61
61
For windows x86
62
62
63
- bash -c 'mkdir -p cache output/3.3.3 '
64
- bash -c './build-ruby -a x86_64 -r 3.3.3 cache output/3.3.3 '
65
- bash -c './package -r traveling-ruby-20230428-3.3.3 -x86_64-windows.tar.gz output/3.3.3 '
63
+ bash -c 'mkdir -p cache output/3.3.5 '
64
+ bash -c './build-ruby -a x86_64 -r 3.3.5 cache output/3.3.5 '
65
+ bash -c './package -r traveling-ruby-20230428-3.3.5 -x86_64-windows.tar.gz output/3.3.5 '
66
66
67
67
### Building the pact-ruby-standalone packages
68
68
@@ -118,10 +118,10 @@ Build only selected platforms
118
118
2 . Copy your built ` traveling-ruby` package into the ` build` folder
119
119
3 . Ensure the version number in ` tasks/package.rake` matches your package name
120
120
1 . eg
121
- 1 . ` traveling-ruby-20230508-3.3.3 -linux-arm64.tar.gz`
121
+ 1 . ` traveling-ruby-20230508-3.3.5 -linux-arm64.tar.gz`
122
122
123
123
` ` ` ruby
124
- TRAVELING_RUBY_VERSION = "20230508-3.3.3 "
124
+ TRAVELING_RUBY_VERSION = "20230508-3.3.5 "
125
125
` ` `
126
126
127
127
4 . Run ` bundle exec rake package` as before
@@ -130,13 +130,13 @@ Build only selected platforms
130
130
131
131
| OS | Ruby | Architecture | Supported |
132
132
| ------- | ------- | ------------ | --------- |
133
- | OSX | 3.3 .3 | x86_64 | ✅ |
134
- | OSX | 3.3 .3 | aarch64 (arm)| ✅ |
135
- | Linux | 3.3 .3 | x86_64 | ✅ |
136
- | Linux | 3.3 .3 | aarch64 (arm)| ✅ |
137
- | Windows | 3.3 .3 | x86_64 | ✅ |
138
- | Windows | 3.3 .3 | x86 | ✅ |
139
- | Windows | 3.3 .3 | aarch64 (via x86 emulation) | ✅ |
133
+ | OSX | 3.3 .5 | x86_64 | ✅ |
134
+ | OSX | 3.3 .5 | aarch64 (arm)| ✅ |
135
+ | Linux | 3.3 .5 | x86_64 | ✅ |
136
+ | Linux | 3.3 .5 | aarch64 (arm)| ✅ |
137
+ | Windows | 3.3 .5 | x86_64 | ✅ |
138
+ | Windows | 3.3 .5 | x86 | ✅ |
139
+ | Windows | 3.3 .5 | aarch64 (via x86 emulation) | ✅ |
140
140
141
141
# # Testing
142
142
0 commit comments