Skip to content

Commit

Permalink
chore: remove icx-proxy (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity authored Nov 2, 2021
1 parent c712fdf commit 68fcd7d
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1,344 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- os: ubuntu-latest
name: linux
binary_path: target/x86_64-unknown-linux-musl/release
binary_files: icx icx-proxy
binary_files: icx
rust: 1.50.0 # gmiam/rust-musl-action@master is only at 1.50.0 now
- os: macos-latest
name: macos
binary_path: target/release
binary_files: icx icx-proxy
binary_files: icx
rust: 1.52.1
steps:
- uses: actions/checkout@master
Expand Down
88 changes: 0 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ members = [
"ic-utils",
"icx",
"icx-asset",
"icx-proxy",
"ref-tests",
"zzz-release",
]
35 changes: 0 additions & 35 deletions icx-proxy/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions icx-proxy/README.md

This file was deleted.

Loading

0 comments on commit 68fcd7d

Please sign in to comment.