Skip to content

Commit

Permalink
Flip back src submodule to be main of aws-lc (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn authored Jul 22, 2024
1 parent ed5f841 commit 225865c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "src"]
path = src
branch = hmac-precompute
url = https://github.com/fabrice102/aws-lc.git
branch = main
url = https://github.com/aws/aws-lc.git
[submodule "cryptol-specs"]
path = cryptol-specs
branch = sha-imperative
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.coq
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG GO_VERSION=1.20.1
ARG GO_ARCHIVE="go${GO_VERSION}.linux-amd64.tar.gz"
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
RUN apt-get update
RUN apt-get install -y wget unzip git cmake clang llvm python3-pip libncurses5 opam libgmp-dev cabal-install
RUN apt-get install -y wget unzip git cmake clang llvm python3-pip libncurses5 opam libgmp-dev pkg-config cabal-install

RUN wget "https://dl.google.com/go/${GO_ARCHIVE}" && tar -xvf $GO_ARCHIVE && \
mkdir $GOROOT && mv go/* $GOROOT && rm $GO_ARCHIVE
Expand Down
6 changes: 3 additions & 3 deletions NSym/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ set -ex

SAW_URL='https://saw-builds.s3.us-west-2.amazonaws.com/saw-0.9.0.99-2023-06-08-ab46c76e0-Linux-x86_64.tar.gz'
C2A_URL='https://cryptol-air-interface.s3.us-west-2.amazonaws.com/cryptol-air-interface-2023-11-20-fd3447e-Linux-x86_64.tar.gz'
ELF_URL='https://ocaml-elf-loader.s3.us-west-2.amazonaws.com/elf_loader-2023-11-09-c95cf1c-Linux_x86_64.tar.gz'
OSI_URL='https://ocaml-smt-interface.s3.us-west-2.amazonaws.com/ocaml_smt_interface-2023-11-07-9654c87-Linux_x86_64.tar.gz'
NSYM_URL='https://native-code-symbolic-simulator.s3.us-west-2.amazonaws.com/nsym-2023-11-09-ae32e4c-Linux_x86_64.tar.gz'
ELF_URL='https://ocaml-elf-loader.s3.us-west-2.amazonaws.com/elf_loader-2024-07-22-c95cf1c-Linux_x86_64.tar.gz'
OSI_URL='https://ocaml-smt-interface.s3.us-west-2.amazonaws.com/ocaml_smt_interface-2024-07-22-9654c87-Linux_x86_64.tar.gz'
NSYM_URL='https://native-code-symbolic-simulator.s3.us-west-2.amazonaws.com/nsym-2024-07-22-ae32e4c-Linux_x86_64.tar.gz'

mkdir -p /bin /deps

Expand Down
2 changes: 1 addition & 1 deletion src
Submodule src updated 177 files

0 comments on commit 225865c

Please sign in to comment.