Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: make the R package release workflow work #134

Open
1 of 5 tasks
tbouffard opened this issue Aug 23, 2024 · 0 comments
Open
1 of 5 tasks

Release: make the R package release workflow work #134

tbouffard opened this issue Aug 23, 2024 · 0 comments
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)

Comments

@tbouffard
Copy link
Member

tbouffard commented Aug 23, 2024

It has been introduced in the 0.2.0 version and it failed at that time

https://github.com/process-analytics/bpmn-layout-generators/actions/runs/10521320482/job/29151774691#step:6:3181

Error:  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project bpmn-layout-generator: Fatal error compiling: error: invalid target release: 17 -> [Help 1]

The java distribution is not configured, so the build uses the java version installed by default on the runner which is java 11 at that time (https://github.com/actions/runner-images/blob/69f706a1062a11c09911d22f8545a1cae5826bec/images/ubuntu/Ubuntu2204-Readme.md#java).
But there are other problems. The R environment is not configured so the build will fail later.

Tasks for the 0.2.0

Preview Give feedback

Note @tbouffard on 2024-08-23: my local PC is not configured to build the R package. So, I cannot proceed for now.
I have put a message in the release note.
The error I got (probably due to a local environment issue):

mkdir -p target
Rscript -e "devtools::build(path = \"target\")"
/opt/R/4.1.1/lib/R/bin/exec/R: error while loading shared libraries: libicuuc.so.66: cannot open shared object file: No such file or directory
make: *** [Makefile:25 : target] Erreur 127

Tasks

Preview Give feedback
@tbouffard tbouffard added the chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...) label Aug 23, 2024
@tbouffard tbouffard pinned this issue Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Projects
None yet
Development

No branches or pull requests

1 participant