Skip to content

Commit

Permalink
More docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Apr 19, 2024
1 parent 6798941 commit 26ebdf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
cd tmp/oxi-test
sed -i "s|gem 'rb_sys', '.*'|gem 'rb_sys', path: '$rb_sys_gem_path/gem'|" Gemfile
mkdir .cargo
echo "[source.crates-io]" > .cargo/config
echo "rb-sys = { path = '$rb_sys_path/crates/rb-sys' }" >> .cargo/config
echo "rb-sys-build = { path = '$rb_sys_path/crates/rb-sys-build' }" >> .cargo/config
echo "rb-sys-env = { path = '$rb_sys_path/crates/rb-sys-env' }" >> .cargo/config
echo "[patch.crates-io]" > .cargo/config.toml
echo "rb-sys = { path = '$rb_sys_path/crates/rb-sys' }" >> .cargo/config.toml
echo "rb-sys-build = { path = '$rb_sys_path/crates/rb-sys-build' }" >> .cargo/config.toml
echo "rb-sys-env = { path = '$rb_sys_path/crates/rb-sys-env' }" >> .cargo/config.toml
mkdir -p "$rb_sys_dock_cache_dir"
export RB_SYS_DOCK_UID="$(id -u)"
export RB_SYS_DOCK_GID="$(id -g)"
Expand Down

0 comments on commit 26ebdf8

Please sign in to comment.