File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Vagrant.configure("2") do |config|
49
49
lxc-attach -n cratesfyi-container -- apt-get install -y --no-install-recommends curl ca-certificates binutils gcc libc6-dev libmagic1
50
50
lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2018-10-20'
51
51
52
+ ############################################################
53
+ # Installing extra targets into cratesfyi-container #
54
+ ############################################################
55
+ lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'rustup target add x86_64-apple-darwin'
56
+ lxc-attach -n cratesfyi-container -- su - cratesfyi -c 'rustup target add x86_64-pc-windows-msvc'
57
+
52
58
############################################################
53
59
# Creating rustc links for cratesfyi user #
54
60
############################################################
You can’t perform that action at this time.
0 commit comments