Skip to content

Commit

Permalink
coq-of-solidity: remove the submodule for coq-evm and use copy and pa…
Browse files Browse the repository at this point in the history
…ste instead
  • Loading branch information
clarus committed Dec 11, 2024
1 parent 9c47dbd commit d742293
Show file tree
Hide file tree
Showing 27 changed files with 6,226 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 d742293

Please sign in to comment.