File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,8 @@ build_snapshot () {
5454 declare -r installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-jesse.sh" ;
5555 build " racket" " ${installer} " " ${version} " " ${version} " ;
5656
57- declare -r bc_installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-bc.sh" ;
58- build " racket" " ${bc_installer} " " ${version} " " ${version} -bc" ;
59-
6057 declare -r full_installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-jesse.sh" ;
6158 build " racket" " ${full_installer} " " ${version} " " ${version} -full" ;
62-
63- declare -r full_bc_installer=" https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-bc.sh" ;
64- build " racket" " ${full_bc_installer} " " ${version} " " ${version} -bc-full" ;
6559}
6660
6761build_8x () {
You can’t perform that action at this time.
0 commit comments