Releases: arcaneframework/gh_actions
Releases · arcaneframework/gh_actions
v2.2.0
v2.1.0
v2.0.0
v1.6.0
v1.5.0
v1.4.0
What's Changed
- Add oversubscribe for OpenMPI by @grospelliergilles in #3
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- Corrects some errors in README.
- Rename
CMAKE_ADD_ARGS
env var toACTION_CMAKE_ADD_ARGS
in composite actions because all env var are shared between called actions and calling actions. - Fix CMake error with MPICH + Ubuntu 22.04 + CLang. The MPI flag
-flto=auto
causes problems in cmake test build. - Fix sample configure and build. Sample configure needs the MPI fix above.
- Backport AiO inputs to splited composite actions (verbose, log_dir, &c).
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- New inputs available for
build_install_framework
composite action:log_dir
; the action can copy log files in this folder,use_ninja
: to build the Framework with Ninja,use_shared_libs
: to generate shared libs instead of static libs,verbose
: to provide more informations in build step.