-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Migrate acir tests to earthly (#6142)
This PR migrate the acir-tests from CCI to Earthly and GA. 4 jobs have been migrated, the acir tests runs using bb, bb.js and the solidity verifier and finally the bb.js tests.
- Loading branch information
1 parent
abe8875
commit 18c8ea8
Showing
8 changed files
with
324 additions
and
149 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
VERSION 0.8 | ||
|
||
acir-tests: | ||
FROM ../build-images+build | ||
WORKDIR /usr/src/barretenberg | ||
COPY ./acir_tests . | ||
SAVE ARTIFACT ./* | ||
|
||
sol: | ||
FROM ../build-images+build | ||
WORKDIR /usr/src/barretenberg | ||
COPY ./sol . | ||
SAVE ARTIFACT ./* | ||
|
Oops, something went wrong.