Skip to content

Commit

Permalink
feat(weaver): upgrade to corda 4.12 and jvm 17
Browse files Browse the repository at this point in the history
* upgrade gradle to 7.6.1
* upgrade to kotlin 1.9
* upgrade corda dependencies to 4.12 and java to 17
* update java to 17 for corda workflows
* generate corda 4.12 testnet artifacts
* use bootstrap-states.csv to init corda SimpleStates
* added FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED to
    free space on data-sharing-docker-local job using tools/ci.sh script

Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Aug 14, 2024
1 parent 13fafdd commit 1834d83
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_weaver-data-sharing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,14 @@ jobs:
if: inputs.run_all == 'true' || needs.check_code_changed.outputs.status == 'true'
env:
FREE_UP_GITHUB_RUNNER_DISK_SPACE_DISABLED: false
CONFIGURE_DISABLED: true
TOOLS_VALIDATE_BUNDLE_NAMES_DISABLED: true
CUSTOM_CHECKS_DISABLED: true
JEST_TEST_RUNNER_DISABLED: true
TAPE_TEST_RUNNER_DISABLED: true
DUMP_DISK_USAGE_INFO_DISABLED: true
FULL_BUILD_DISABLED: true
CHECK_WORK_TREE_STATUS_DISABLED: true

# The type of runner that the job will run on
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -446,9 +454,13 @@ jobs:
run: |
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protoc-3.15.6-linux-x86_64.zip
unzip protoc-3.15.6-linux-x86_64.zip -d protoc
rm -rf protoc-3.15.6-linux-x86_64.zip
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
- name: CI script for cleanup
run: ./tools/ci.sh

# PROTOS
- name: Build GO Protos
run: |
Expand Down

0 comments on commit 1834d83

Please sign in to comment.