Hi

I have rebased my master into origin master, and there is a consistent
failing action: macos_build
(all the other jobs are fine)

for instance here:
https://github.com/jjimenezshaw/PROJ/actions/runs/3503183916/jobs/5868045291#step:6:3001

The last lines of the log are:

Check that we can retrieve the resource directory in a relative way after
renaming the installation prefix
Downloading from https://cdn.proj.org into
/private/tmp/proj_shared_install_from_dist_renamed/subdir/share/proj
Downloading from https://cdn.proj.org into
/private/tmp/proj_shared_install_from_dist_renamed/subdir/share/proj
Downloading from https://cdn.proj.org into
/private/tmp/proj_static_install_from_dist_renamed/subdir/share/proj
Error: Process completed with exit code 1.

Compared with a similar job in origin master, the same part of the log says

Check that we can retrieve the resource directory in a relative way after
renaming the installation prefix
Downloading from https://cdn.proj.org into
/private/tmp/proj_shared_install_from_dist_renamed/subdir/share/proj
Downloading from https://cdn.proj.org into
/private/tmp/proj_shared_install_from_dist_renamed/subdir/share/proj
Downloading from https://cdn.proj.org into
/tmp/proj_static_install_from_dist_renamed/subdir/share/proj
Downloading from https://cdn.proj.org into
/tmp/proj_static_install_from_dist_renamed/subdir/share/proj
Skipping test_autotools.sh test for osx
Running post-install tests with CMake (shared)
Testing C app
...

Should I change anything in my repo actions to have it green?

Thanks

.___ ._ ..._ .. . ._.  .___ .. __ . _. . __..  ... .... ._ .__
Entre dos pensamientos racionales
hay infinitos pensamientos irracionales.
_______________________________________________
PROJ mailing list
PROJ@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/proj

Reply via email to