Skip to content

Commit

Permalink
Merge pull request #20 from formal-land/guillaume-claret@coq-evm-copy…
Browse files Browse the repository at this point in the history
…-and-paste

coq-evm without submodule
  • Loading branch information
clarus authored Dec 12, 2024
2 parents 9c47dbd + 351b5c6 commit c3e9179
Show file tree
Hide file tree
Showing 31 changed files with 6,218 additions and 43 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: git submodule update --init --recursive
- uses: coq-community/docker-coq-action@v1
with:
custom_image: coqorg/coq:8.17-ocaml-4.14-flambda
custom_image: coqorg/coq:8.20-ocaml-4.14-flambda
custom_script: |
startGroup "Install dependencies"
sudo apt-get update
Expand All @@ -38,13 +38,6 @@ jobs:
startGroup "Check that the diff is empty (excluding submodules)"
git -c color.ui=always diff --exit-code --ignore-submodules=dirty
endGroup
startGroup "Install Coq dependencies"
cd coq/third-party/coq-evm
./configure
make
make install
cd ../../..
endGroup
startGroup "Compile Coq project"
cd coq/CoqOfSolidity
make
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@
[submodule "deps/fmtlib"]
path = deps/fmtlib
url = https://github.com/fmtlib/fmt.git
[submodule "coq/third-party/coq-evm"]
path = coq/third-party/coq-evm
url = https://github.com/formal-land/coq-evm.git
Loading

0 comments on commit c3e9179

Please sign in to comment.