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 dd6b0e9 commit a49b27eCopy full SHA for a49b27e
1 file changed
.github/workflows/vm.yml
@@ -29,11 +29,11 @@ jobs:
29
prepare: |
30
pkg install bash libtool gnu-m4 tree wget gcc autoconf //solaris/text/gawk pkg://solaris/text/gnu-diffutils pkg://solaris/text/gnu-grep pkg://solaris/text/gnu-sed cmake
31
source <(curl -s https://raw.githubusercontent.com/psumbera/solaris-rust/refs/heads/main/sh.rust-web-install)
32
- mv /root/.rust_solaris/rustc-*/ /root/.rust_solaris/rustc/
+ # mv /root/.rust_solaris/rustc-*/ /root/.rust_solaris/rustc/
33
run: |
34
set -e
35
export LC_ALL=C LANG=C
36
- export PATH=/root/.rust_solaris/rustc/bin:$PATH
+ # export PATH=/root/.rust_solaris/rustc/bin:$PATH
37
uname -a
38
chown -R $(whoami):$(id -gn) ./
39
chmod -R a+rw ./
0 commit comments