Skip to content

Commit

Permalink
ci(test-tooling): fix CI job failing due to with wasm-pack
Browse files Browse the repository at this point in the history
Updated the cactus-rust-compiler version to properly build the image and get the required files.

Fixes #2407

Signed-off-by: adrianbatuto <adrian.batuto@accenture.com>
  • Loading branch information
adrianbatuto authored and petermetz committed Jul 6, 2023
1 parent 9667850 commit 6d012c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class RustcContainer {
this.hostSourceDir = Optional.ofNullable(opts.hostSourceDir);
this.imageName =
opts.imageName || "ghcr.io/hyperledger/cactus-rust-compiler";
this.imageTag = opts.imageTag || "2022-01-12-15d4793c---fix-1646";
this.imageTag = opts.imageTag || "2023-06-26-8e59648";
this.imageFqn = `${this.imageName}:${this.imageTag}`;
this.envVars = opts.envVars || new Map();
this.emitContainerLogs = Bools.isBooleanStrict(opts.emitContainerLogs)
Expand Down

0 comments on commit 6d012c7

Please sign in to comment.