merge testnet2

This commit is contained in:
collin 2022-01-21 13:06:30 -08:00
commit a428765829

View File

@ -199,18 +199,19 @@ jobs:
# export LEO=/home/circleci/project/project/bin/leo # export LEO=/home/circleci/project/project/bin/leo
# ./project/.circleci/leo-add-remove.sh # ./project/.circleci/leo-add-remove.sh
leo-check-constraints: # todo (collin): uncomment after compiler refactor
docker: # leo-check-constraints:
- image: cimg/rust:1.56.1 # docker:
resource_class: xlarge # - image: cimg/rust:1.56.1
steps: # resource_class: xlarge
- attach_workspace: # steps:
at: /home/circleci/project/ # - attach_workspace:
- run: # at: /home/circleci/project/
name: leo check constraints for Pedersen Hash # - run:
command: | # name: leo check constraints for Pedersen Hash
export LEO=/home/circleci/project/project/bin/leo # command: |
./project/.circleci/leo-check-constraints.sh # export LEO=/home/circleci/project/project/bin/leo
# ./project/.circleci/leo-check-constraints.sh
leo-login-logout: leo-login-logout:
docker: docker:
@ -270,12 +271,12 @@ workflows:
- leo-setup: - leo-setup:
requires: requires:
- leo-executable - leo-executable
# - leo-add-remove: # - leo-add-remove:
# requires: # requires:
# - leo-executable # - leo-executable
- leo-check-constraints: # - leo-check-constraints:
requires: # requires:
- leo-executable # - leo-executable
- leo-login-logout: - leo-login-logout:
requires: requires:
- leo-executable - leo-executable