Skip to content

Commit 28361e2

Browse files
authored
Merge pull request #645 from formal-land/guillaume-claret@update-revm-bis
Guillaume claret@update revm bis
2 parents 0b2920f + 5bbb059 commit 28361e2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+62957
-37453
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ jobs:
120120
cargo coq-of-rust
121121
rsync -acv src/ ../../../../CoqOfRust/revm/translations/revm/ --include='*/' --include='*.v' --exclude='*'
122122
cd ..
123+
# specification
124+
cd specification
125+
cargo coq-of-rust
126+
touch src/lib.rs
127+
cargo coq-of-rust
128+
rsync -acv src/ ../../../../CoqOfRust/revm/translations/specification/ --include='*/' --include='*.v' --exclude='*'
129+
cd ..
123130
cd ../../..
124131
endGroup
125132
startGroup "Translate Move Sui"

0 commit comments

Comments
 (0)