Skip to content

Commit

Permalink
CI - Update CI jobs to remove deprecated actions (#3965)
Browse files Browse the repository at this point in the history
* remove rust setup (rust already set up in builder image)
* remove unused mobilecoin-cache-seeds
* update ci to remove deprecated rust action
* bump build image
  • Loading branch information
jgreat authored Apr 17, 2024
1 parent eb7949b commit ab7e5f0
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 167 deletions.
27 changes: 0 additions & 27 deletions .github/actions/mobilecoin-cache-seeds/action.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .github/actions/run-mc-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ runs:
# Run tests, with JUnit XML output (configured via .config/nextest.toml)
# at `target/nextest/ci/junit.xml`
run: |
. /opt/intel/sgxsdk/environment
cargo nextest run \
--locked \
--profile ci \
Expand Down
81 changes: 0 additions & 81 deletions .github/actions/setup-rust/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/upload-core-dumps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
using: composite
steps:
- name: Upload core dumps
uses: actions/upload-artifact@v3
uses: mobilecoinofficial/gh-actions/upload-artifact@v0
with:
name: core_dumps
path: core*
Expand Down
Loading

0 comments on commit ab7e5f0

Please sign in to comment.