Skip to content

Commit 423f6c2

Browse files
committed
rustup update in makefile
1 parent 0d95374 commit 423f6c2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ help:
77
install: clean egglog update
88

99
clean:
10+
rustup update
1011
raco pkg remove --force herbie && echo "Uninstalled old herbie" || :
1112

1213
update:

infra/nightly.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
# exit immediately upon first error
44
set -e -x
55

6-
# do a rustup update
7-
rustup update
8-
96
# lowered number of cores from 6 to 4 to avoid pagetable error
107
# caused by heavy use of FFI by eggmath.rkt
118
CORES=4

0 commit comments

Comments
 (0)