Skip to content

Commit 1c4b702

Browse files
committed
WIP
1 parent 5b24186 commit 1c4b702

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/cibuildgem/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28258,7 +28258,7 @@ function normalizedPath(path) {
2825828258
return path;
2825928259
}
2826028260

28261-
return path.replace(rubiesPath(), "/opt/rubies")
28261+
return path.replace(rubiesPath(), "/opt/cross-rubies")
2826228262
}
2826328263

2826428264
function getRbConfigName(rubyPlatform, rubyVersion) {

.github/actions/cibuildgem/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function normalizedPath(path) {
5757
return path;
5858
}
5959

60-
return path.replace(rubiesPath(), "/opt/rubies")
60+
return path.replace(rubiesPath(), "/opt/cross-rubies")
6161
}
6262

6363
function getRbConfigName(rubyPlatform, rubyVersion) {

lib/cibuildgem/container.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def execute(command, runtime_ruby:)
1717

1818
def volumes_mount
1919
mounts = [
20-
"-v #{ENV['RUNNER_TEMP']}/rubies:/opt/rubies",
20+
"-v #{ENV['RUNNER_TEMP']}/rubies:/opt/cross-rubies",
2121
"-v #{Dir.home}/.rake-compiler/config.yml:/root/.rake-compiler/config.yml",
2222
"-v #{Dir.pwd}:/project",
2323
]

0 commit comments

Comments
 (0)