Skip to content

Commit

Permalink
remove unused arts
Browse files Browse the repository at this point in the history
  • Loading branch information
artmakh committed Oct 16, 2024
1 parent 72300e2 commit 82e883a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/new-build-contract-verifier-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ jobs:
with:
crate: cargo-nextest

- name: Install sqlx-cli from crates.io
if: env.BUILD_CONTRACTS == 'true'
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
with:
crate: sqlx-cli
tag: 0.8.1

- name: Install foundry-zksync
if: env.BUILD_CONTRACTS == 'true'
run: |
Expand Down Expand Up @@ -137,13 +130,6 @@ jobs:
chmod +x "./hardhat-nodejs/compilers-v2/$compiler/${compiler}-v${version}"
done
- name: init
if: env.BUILD_CONTRACTS == 'true'
shell: bash
run: |
mkdir -p ./volumes/postgres
docker compose up -d postgres
- name: Install zkstack
if: env.BUILD_CONTRACTS == 'true'
run: |
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/new-build-core-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ jobs:
with:
crate: cargo-nextest

- name: Install sqlx-cli from crates.io
if: env.BUILD_CONTRACTS == 'true'
uses: baptiste0928/cargo-install@904927dbe77864e0f2281519fe9d5bd097a220b3 # v3.1.1
with:
crate: sqlx-cli
tag: 0.8.1

- name: Install foundry-zksync
if: env.BUILD_CONTRACTS == 'true'
run: |
Expand Down Expand Up @@ -142,13 +135,6 @@ jobs:
chmod +x "./hardhat-nodejs/compilers-v2/$compiler/${compiler}-v${version}"
done
- name: init
if: env.BUILD_CONTRACTS == 'true'
shell: bash
run: |
mkdir -p ./volumes/postgres
docker compose up -d postgres
- name: Install zkstack
if: env.BUILD_CONTRACTS == 'true'
run: |
Expand Down
2 changes: 1 addition & 1 deletion contracts
Submodule contracts updated 333 files

0 comments on commit 82e883a

Please sign in to comment.