Skip to content

Commit

Permalink
Update near binary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Feb 3, 2025
1 parent 390461a commit 664f398
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .github/e2e-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,12 @@ runs:
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: near-cli-rs@0.18.0


- name: Install Cargo Near
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-near

- name: Cache Solana CLI and Anchor
uses: actions/cache@v3
id: solana-cache
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ jobs:

- name: Run pipeline
run: |
pwd
ls -la ./e2e-testing/generated/near_artifacts
find . -name "near_artifacts"
echo "Running pipeline: ${{ matrix.pipeline }}"
cd e2e-testing && make ${{ matrix.pipeline }}
Expand Down
2 changes: 1 addition & 1 deletion e2e-testing/makefiles/near.mk
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ near-build: $(near_binary_paths)

$(near_binary_paths) &:
$(call description,Building NEAR contracts)
$(near_dir)/build.sh --output-dir $(near_binary_dir)
OUT_DIR=$(near_binary_dir) make -f $(common_testing_root)/../Makefile rust-build-near

# Account creation rules
.PHONY: create-near-init-account
Expand Down

0 comments on commit 664f398

Please sign in to comment.