Skip to content

Commit 52ff0b6

Browse files
committed
build: stop building BC snapshots
These builds are no longer provided.
1 parent 9e31c79 commit 52ff0b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

6761
build_8x () {

0 commit comments

Comments
 (0)