Skip to content

Commit

Permalink
feat: DEVOPS-700 scilla pipelines from jenkins to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlops committed Jun 20, 2023
1 parent d14122a commit 8e7039f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ coverage :

.PHONY : coveralls
coveralls:
make clean
mkdir -p _build/coverage
./scripts/build_deps.sh
BISECT_ENABLE=YES make
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ FROM 648273915458.dkr.ecr.us-west-2.amazonaws.com/scilla:429e2f9
ENV VCPKG_ROOT="/vcpkg"
ENV SCILLA_REPO_ROOT="/scilla/0"

WORKDIR /scilla/0/
COPY . /scilla/0/

RUN apt-get update -y \
RUN apt update \
&& apt install -y sudo

RUN eval $(opam env) \
RUN cd /scilla/0 \
&& eval $(opam env) \
&& LD_LIBRARY_PATH=/scilla/0/vcpkg_installed/x64-linux-dynamic/lib opam install reason.3.8.2 --yes

RUN ./scripts/install_shellcheck_ubuntu.sh
RUN /scilla/0/scripts/install_shellcheck_ubuntu.sh

0 comments on commit 8e7039f

Please sign in to comment.