eclipse / kuksa.val.feeders

kuksa.val.feeders
Apache License 2.0
8 stars 22 forks source link

Updating actions to avoid Node.js 12 #98

Closed erikbosch closed 1 year ago

erikbosch commented 1 year ago

Origin is a github warning: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: docker/setup-buildx-action@v1, docker/login-action@v1, ASzc/change-string-case-action@v2, docker/setup-qemu-action@v1, docker/build-push-action@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

I have updated all actions to latest and greatest. No testing performed.

erikbosch commented 1 year ago

@int0x27 - there seems to be some someip-related problem, they do not seem to be related to my changes but rather "regressions" when using a new vsomeip version and a newer conan-version. Known problems?

erikbosch commented 1 year ago

The problem with someip-builds is known. I suggest having this PR on hold until it has been fixed.

erikbosch commented 1 year ago

Needs to wait for #101 and then be rebased

erikbosch commented 1 year ago

Blocked by #96. Current error in dds test depends on that latest master of broker now uses 4.0, but dds still use 3.1, and there is a slight difference in signals used.

(Which brings up the topic of how to handle dependencies between kuksa.val and kuksa.val.feeders. If we consider feeder to be downstream then we should at least for releases refer to released/tagged versions of kuksa.val)

erikbosch commented 1 year ago

Block removed, ready to be merged