Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Make it possible to override RUBY_TARGET (#512)" #514

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/setup/rubybashrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ main() {
echo "export PATH=\"/usr/local/cargo/bin:\$PATH\"" >> "$OUTFILE"
echo "export RUSTUP_HOME=\"$RUSTUP_HOME\"" >> "$OUTFILE"
echo "export CARGO_HOME=\"$CARGO_HOME\"" >> "$OUTFILE"
echo "export RUBY_TARGET=\"$RUBY_TARGET\"" >> "$OUTFILE"
echo "export RCD_PLATFORM=\"$RUBY_TARGET\"" >> "$OUTFILE"
echo "export RUST_TARGET=\"$RUST_TARGET\"" >> "$OUTFILE"
echo "export RUSTUP_DEFAULT_TOOLCHAIN=\"$RUSTUP_DEFAULT_TOOLCHAIN\"" >> "$OUTFILE"
Expand Down
1 change: 0 additions & 1 deletion gem/exe/rb-sys-dock
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ def rcd(input_args)
-e RB_SYS_DOCK_TMPDIR="/tmp/rb-sys-dock" \
-e RB_SYS_CARGO_TARGET_DIR=#{tmp_target_dir.inspect} \
-e RUBY_CC_VERSION="#{ruby_versions}" \
-e RUBY_TARGET="#{OPTIONS.fetch(:platform)}" \
-e RAKEOPT \
-e TERM \
-w #{working_directory} \
Expand Down
Loading