Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Aug 20, 2024
1 parent 6e9f968 commit cb5452d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 0 additions & 4 deletions macro-stats/util/entry-dafny.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

# apt-get update && \
# apt-get install -y curl git build-essential unzip wget gcc-multilib python3 libicu-dev libgomp1 && \
# curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y

source "$HOME/.cargo/env"

bash dafny.sh results
5 changes: 0 additions & 5 deletions macro-stats/util/entry-verus.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

# apt-get update && \
# apt-get install -y curl git build-essential unzip wget gcc-multilib python3 && \
# curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
#

apt-get update && \
apt-get install -y singular \
libpmem1 libpmemlog1 libpmem-dev libpmemlog-dev llvm-dev clang libclang-dev # verified-storage
Expand Down
4 changes: 3 additions & 1 deletion setup/perf-build-verus-in-container.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

source "$HOME/.cargo/env"

cd verus/source

. ../bin/activate
vargo build --release
vargo build --release --features singular

0 comments on commit cb5452d

Please sign in to comment.