Skip to content

Commit

Permalink
Remove libvcx-c, libvcx java, libvcx ios
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Aug 18, 2023
1 parent dae1105 commit 51fcd2c
Show file tree
Hide file tree
Showing 230 changed files with 3 additions and 33,119 deletions.
4 changes: 2 additions & 2 deletions .github/actions/construct-run-info/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ runs:
fi;
REPO_VERSION_MOST_RECENT=$(git describe --tags --always --abbrev=0)
REPO_VERSION_DESIRED=$(cargo pkgid --manifest-path libvcx/Cargo.toml | cut -d# -f2 | cut -d: -f2)
echo "Highest released version was: $REPO_VERSION_MOST_RECENT, desired version (specified in libvcx/Cargo.toml) is $REPO_VERSION_DESIRED"
REPO_VERSION_DESIRED=$(cargo pkgid --manifest-path aries_vcx/Cargo.toml | cut -d# -f2 | cut -d: -f2)
echo "Highest released version was: $REPO_VERSION_MOST_RECENT, desired version (specified in aries_vcx/Cargo.toml) is $REPO_VERSION_DESIRED"
RELEASE="false"
PRERELEASE="false"
Expand Down
5 changes: 0 additions & 5 deletions .github/actions/setup-testing-nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ runs:
run: |
sudo apt-get update -y
sudo apt-get install -y libsodium-dev libssl-dev libzmq3-dev
- name: "Build libvcx"
shell: bash
run: |
cargo build --manifest-path="libvcx/Cargo.toml"
sudo cp "target/debug/libvcx.so" /usr/lib
- name: "Start indypool, mysql, agency"
if: ${{ inputs.skip-docker-setup != 'true' }}
shell: bash
Expand Down
325 changes: 1 addition & 324 deletions .github/workflows/main.yml

Large diffs are not rendered by default.

28 changes: 0 additions & 28 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
@@ -1,7 +1,6 @@
[workspace]
members = [
"aries_vcx",
"libvcx",
"libvcx_core",
"agency_client",
"libvdrtools",
Expand Down
25 changes: 0 additions & 25 deletions ci/alpine_core.dockerfile

This file was deleted.

36 changes: 0 additions & 36 deletions ci/libvcx.dockerfile

This file was deleted.

48 changes: 0 additions & 48 deletions libvcx/Cargo.toml

This file was deleted.

41 changes: 0 additions & 41 deletions libvcx/README.md

This file was deleted.

35 changes: 0 additions & 35 deletions libvcx/build.rs

This file was deleted.

76 changes: 0 additions & 76 deletions libvcx/src/api_c/cutils/callback.rs

This file was deleted.

Loading

0 comments on commit 51fcd2c

Please sign in to comment.