Ian Costanzo
Ian Costanzo
I can't get this to build, I get: ``` Compiling serde_json v1.0.53 Compiling named_type_derive v0.1.6 error: failed to run custom build command for `openssl v0.9.24` Caused by: process didn't exit...
I've had no success in building this update. I think the root cause is the dependency on postgres `0.15.2`, which depends on an older version of openssl (`^0.9.24`): https://crates.io/crates/postgres/0.15.2. As...
@blazsolar I've tried doing a local iOS build with these updates and am getting errors, looks like it's not finding the arm64 build for openssl? ``` + cargo lipo --release...
... and the CI test is failing on this PR: ``` --- stderr thread 'main' panicked at 'OpenSSL library directory does not exist: /usr/local/Cellar/[email protected]/1.1.1g/lib', /Users/jenkins/.cargo/registry/src/github.com-1ecc6299db9ec823/openssl-sys-0.9.53/build/main.rs:52:9 note: run with `RUST_BACKTRACE=1` environment...
@nebucaz are you just creating the von-image for von network/indy node? In this scenario I don't think the postgres plug-in is required.
> @ianco, the postgres plugin is part of the base image used for `von-network`: https://github.com/PSPC-SPAC-buyandsell/von-image/blob/master/node-1.12/Dockerfile.ubuntu#L132-L135 @WadeBarnes correct but I don't think it's actually required. It's used by Indy SDK for...
> It's used in `von-network` for `indy-cli` operations. The idea would be to build an M1 compatible base image to fully support all of the `von-network` features. Ah ok got...
I tested with docker-compose 1.29.2, but FYI I had to delete my old docker images before running `./manage build` (there was some docker caching issue)
Work in progress is here (the Aries VCR demo issuer): https://github.com/bcgov/aries-vcr-issuer-controller/pull/63 (PR from the ianco repo to bcgov) Everything runs fine when I run locally but it fails in GHA....
OK got it running finally. The GHA spins up von-network and aries-vcr, and then initializes, builds and runs the aries-vcr-issuere-agent. (Only the necessary docker containers are started). Once the dockers...