rb_sys 0.9.33 → 0.9.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/rb_sys/mkmf.rb +5 -3
- data/lib/rb_sys/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee4e3d8c5c89139a0422d9459ecb8149f744689e3b439d1181ba251d8131006a
|
|
4
|
+
data.tar.gz: 27277dfd1b9415ad94fd938dea6729ed6e777d330f715f056691d8eed2ed7f97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f432a6021ef3b03f0c1d856d7f4b045a109ddcdc187f7d76e858439d140c0186ed63ed9ec7cedc8b9e45fd06b8f276f0b4f5c7184f9d818b3e022d5124e8df8c
|
|
7
|
+
data.tar.gz: 962fa58fc90dc073b4d0631a4a8a9a49aab38bd97b0961126bbdb6baad36c3af0fd54ddcf0b839337c7596b531a54f6047f1d9a2738e28fb76ce2f7ea0b4a8d5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rb_sys/mkmf.rb
CHANGED
|
@@ -207,13 +207,15 @@ module RbSys
|
|
|
207
207
|
RB_SYS_DEFAULT_TOOLCHAIN = $(RB_SYS_FORCE_INSTALL_RUST_TOOLCHAIN)-$(RUST_TARGET)
|
|
208
208
|
#{endif_stmt}
|
|
209
209
|
|
|
210
|
-
#
|
|
211
|
-
#
|
|
210
|
+
# Since we are forcing the installation of the Rust toolchain, we need
|
|
211
|
+
# to set these env vars unconditionally for the build.
|
|
212
|
+
#{export_env("CARGO_HOME", "$(RB_SYS_BUILD_DIR)/$(RB_SYS_DEFAULT_TOOLCHAIN)/cargo")}
|
|
213
|
+
#{export_env("RUSTUP_HOME", "$(RB_SYS_BUILD_DIR)/$(RB_SYS_DEFAULT_TOOLCHAIN)/rustup")}
|
|
212
214
|
#{export_env("PATH", "$(CARGO_HOME)/bin:$(RUSTUP_HOME)/bin:$(PATH)")}
|
|
213
215
|
#{export_env("RUSTUP_TOOLCHAIN", "$(RB_SYS_DEFAULT_TOOLCHAIN)")}
|
|
214
216
|
#{export_env("CARGO", "$(CARGO_HOME)/bin/cargo")}
|
|
215
217
|
|
|
216
|
-
$(CARGO):
|
|
218
|
+
$(CARGO):
|
|
217
219
|
\t$(Q) $(MAKEDIRS) $(CARGO_HOME) $(RUSTUP_HOME)
|
|
218
220
|
\tcurl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --no-modify-path --profile $(RB_SYS_RUSTUP_PROFILE) --default-toolchain none -y
|
|
219
221
|
\trustup toolchain install $(RB_SYS_DEFAULT_TOOLCHAIN) --profile $(RB_SYS_RUSTUP_PROFILE)
|
data/lib/rb_sys/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rb_sys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.35
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian Ker-Seymer
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
Rl+ASkq2/1i07TkBpCf+2hq66+h/hx+/Y/KrUzXfe0jtvil0WESkJT2kqRqHWNhD
|
|
31
31
|
9GKBxaQlXokNDtWCm1/gl6cD8WRZ0N5S4ZGJT1FLLsA=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2022-10-
|
|
33
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
|
34
34
|
dependencies: []
|
|
35
35
|
description:
|
|
36
36
|
email:
|
metadata.gz.sig
CHANGED
|
Binary file
|