Skip to content

Commit

Permalink
fix(relay): curl openssl added -L; upgrade openssl from 1.1.1 to 3.0.14
Browse files Browse the repository at this point in the history
Also fixed the codegen script which was failing due to the cdl connector
package declaring the OpenAPI generator version as 6.3.0 instead of 6.6.0

Also also: Because of the version change of the code generator there was
also a diff in the generated code.

Finally, I'm also hot-fixing the hermes CI job here by allowing it to
free up disk space at the GitHub action runner so that it doesn't get
stuck with the execution of tests when it runs out of disk space.

Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>

Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
sandeepnRES authored and petermetz committed Aug 8, 2024
1 parent 500ac9b commit 935e4b8
Show file tree
Hide file tree
Showing 19 changed files with 91 additions and 86 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2138,6 +2138,10 @@ jobs:
cp-bungee-hermes:
continue-on-error: false
env:
# Otherwise it fails with: You are running out of disk space.
# The runner will stop working when the machine runs out of disk space.
# Free space left: 26 MB
FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false
FULL_BUILD_DISABLED: true
JEST_TEST_RUNNER_DISABLED: false
JEST_TEST_PATTERN: packages/cactus-plugin-bungee-hermes/src/test/typescript/(unit|integration|benchmark)/.*/*.test.ts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "6.3.0"
"version": "6.6.0"
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Class | Method | HTTP request | Description

## Documentation For Authorization

Endpoints do not require authorization.
Endpoints do not require authorization.


## Documentation for Utility Methods
Expand Down

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

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hyperledger/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client

go 1.13
go 1.18

require (
)

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

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

Loading

0 comments on commit 935e4b8

Please sign in to comment.