We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbebe76 commit 8f3bb1cCopy full SHA for 8f3bb1c
.gitignore
@@ -76,4 +76,5 @@ package.json
76
## Rustdoc GUI tests
77
tests/rustdoc-gui/src/**.lock
78
79
-# Before adding new lines, see the comment at the top.
+# Arhive
80
+toolchain.tar.gz
Makefile
@@ -8,3 +8,6 @@ install-toolchain:
8
build-install-toolchain:
9
make build-toolchain
10
make install-toolchain
11
+
12
+archive:
13
+ tar -czvf toolchain.tar.gz build/host/stage2
0 commit comments