File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -94,8 +94,11 @@ install_sdkman(){
94
94
}
95
95
96
96
install_spinalhdl (){
97
- export COURSIER_CACHE=${_newmsys} /cache
98
- echo " export COURSIER_CACHE=/cache" >> ${_newmsys} /etc/skel/.bashrc
97
+ export COURSIER_CACHE=${_newmsys} /cache/.coursier
98
+ echo " export COURSIER_CACHE=/cache/.coursier" >> ${_newmsys} /etc/skel/.bashrc
99
+ export SBT_OPTS=" -Dsbt.boot.directory=${_newmsys} /cache/.sbt/boot -Dsbt.global.base=${_newmsys} /cache/.sbt/1.0 -Dsbt.ivy.home=${_newmsys} /cache/.ivy2"
100
+ echo " export SBT_OPTS=\" -Dsbt.boot.directory=/cache/.sbt/boot -Dsbt.global.base=/cache/.sbt/1.0 -Dsbt.ivy.home=/cache/.ivy2\" " >> ${_newmsys} /etc/skel/.bashrc
101
+
99
102
git clone https://github.com/SpinalHDL/SpinalWorkshop.git
100
103
cd SpinalWorkshop
101
104
You can’t perform that action at this time.
0 commit comments