Skip to content

Commit

Permalink
chore: remove ic-asset & icx-asset crates and leave notices (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang authored Sep 19, 2022
1 parent 5bd26b8 commit 0885e8c
Show file tree
Hide file tree
Showing 35 changed files with 9 additions and 3,369 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
echo "DFX_NO_WALLET=--no-wallet" >> "$GITHUB_ENV"
fi
- name: 'Run tests'
run: bats e2e/bash/icx-asset.bash e2e/bash/icx-asset-upload.bash
# - name: 'Run tests'
# run: bats e2e/bash/icx.bash

aggregate:
name: e2e:required
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ echo "BATS_SUPPORT=${BATS_SUPPORT}" >> "$GITHUB_ENV"
# Exit temporary directory.
popd

# Build icx-asset
cargo build -p icx-asset
ICX_ASSET="$(pwd)/target/debug/icx-asset"
echo "ICX_ASSET=$ICX_ASSET" >> "$GITHUB_ENV"

# Build icx
cargo build -p icx
ICX="$(pwd)/target/debug/icx"
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/provision-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ echo "$HOME/bin" >> "$GITHUB_PATH"
# Exit temporary directory.
popd

# Build icx-asset
cargo build -p icx-asset
ICX_ASSET="$(pwd)/target/debug/icx-asset"
echo "ICX_ASSET=$ICX_ASSET" >> "$GITHUB_ENV"

# Build icx
cargo build -p icx
ICX="$(pwd)/target/debug/icx"
Expand Down
Loading

0 comments on commit 0885e8c

Please sign in to comment.