You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The content you are editing has changed. Please copy your edits and refresh the page.
It has been introduced in the
0.2.0
version and it failed at that timehttps://github.com/process-analytics/bpmn-layout-generators/actions/runs/10521320482/job/29151774691#step:6:3181
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
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):
Tasks
The text was updated successfully, but these errors were encountered: