Evan
05/23/2022, 4:50 PMCannot find binary for platform 'linux' with architecture 'arm64'
... during install?
Yousaf Nabi (pactflow.io)
Evan
05/23/2022, 5:15 PM@pact-foundation/pact
version 9.16.0
Evan
05/23/2022, 5:17 PMYousaf Nabi (pactflow.io)
--platform linux/amd64
on your docker command
see https://github.com/pact-foundation/pact-js-core/issues/264 for additional context.Evan
05/23/2022, 5:42 PMEvan
05/23/2022, 6:35 PMEvan
05/23/2022, 6:36 PMEvan
05/23/2022, 6:36 PMEvan
05/23/2022, 6:36 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Evan
05/23/2022, 6:48 PMEvan
05/23/2022, 6:49 PMYousaf Nabi (pactflow.io)
Evan
05/23/2022, 6:53 PMYousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)
Evan
05/23/2022, 7:02 PMYousaf Nabi (pactflow.io)
Evan
05/23/2022, 7:04 PMYousaf Nabi (pactflow.io)
Evan
05/23/2022, 7:09 PMBeth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Beth (pactflow.io/Pact Broker/pact-ruby)
Matt (pactflow.io / pact-js / pact-go)
Beth (pactflow.io/Pact Broker/pact-ruby)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Yousaf Nabi (pactflow.io)
Evan
05/24/2022, 12:13 AMMatt (pactflow.io / pact-js / pact-go)
Evan
05/25/2022, 5:27 AMMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
cargo build
in https://github.com/pact-foundation/pact-reference/tree/master/rustMatt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
pact-core
) expects the ffi to be colocated with the native module (currently in build/Release/pact.node
)Matt (pactflow.io / pact-js / pact-go)
Evan
05/25/2022, 4:24 PMAt the moment, Pact JS (well, actuallyWhat if I created that path and put the compiled binary (from running) expects the ffi to be colocated with the native module (currently inpact-core
)build/Release/pact.node
cargo build
myself) in it before running NPM? Would that work? As pact-core
is a top-level(ish) package, I shouldn't have to delve too deeply into the abyss that is node_modules
, though I'm not sure how/where binaries are located with Yarn 2 PnP, which some of my projects may use in the near future...Matt (pactflow.io / pact-js / pact-go)
Evan
05/26/2022, 4:09 PM