Skip to content

Transition to Github Actions - #215

Merged
rhornung67 merged 22 commits into
mainfrom
task/chen59/githubactions
Jul 23, 2026
Merged

Transition to Github Actions#215
rhornung67 merged 22 commits into
mainfrom
task/chen59/githubactions

Conversation

@rchen20

@rchen20 rchen20 commented Jul 17, 2026

Copy link
Copy Markdown
Member

Some design choices:

  • Azure pipelines are removed, along with old Dockerfile support.
  • rocm6_4_3 and sycl GHA jobs now use Radiuss Docker images, like RAJA. nvcc's, and rocm_latest still use images distributed from Nvidia and AMD because LLNL does not have those particular images.
  • CI test names re-simplified to build_docker (target).

@rchen20
rchen20 requested a review from rhornung67 July 22, 2026 22:19
@rchen20

rchen20 commented Jul 23, 2026

Copy link
Copy Markdown
Member Author

@rhornung67 Just need to change the required checks, and this should be good to go. Thanks!

@rhornung67
rhornung67 merged commit 0c6bc1a into main Jul 23, 2026
12 checks passed
@rhornung67
rhornung67 deleted the task/chen59/githubactions branch July 23, 2026 15:41
cmake-version: '3.29.x' # Back off version of cmake with known issue
build-dir: build
options:
CMAKE_CXX_STANDARD=20

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not BLT_CXX_STD which sets CMAKE_CXX_STANDARD, CMAKE_CUDA_STANDARD and CMAKE_HIP_STANDARD (the latter two only when building with CUDA or HIP).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants