Skip to content
Snippets Groups Projects
  1. Dec 15, 2022
  2. Dec 13, 2022
  3. Dec 07, 2022
  4. Dec 06, 2022
  5. Dec 05, 2022
    • Kyle Edwards's avatar
      ci: build clang-tidy plugin in pre-build step · a7be3c96
      Kyle Edwards authored and Brad King's avatar Brad King committed
      And use sccache and Ninja.
      a7be3c96
    • Kyle Edwards's avatar
      ci: add pre-build and post-build steps to Linux · 372ce5bf
      Kyle Edwards authored and Brad King's avatar Brad King committed
      The pre-build step will allow actions to be executed before the
      CMake build but after Ninja and sccache have been downloaded, so
      they can be used in the pre-build step. The env step is meant for
      setting up environment variables anyway, rather than performing
      actions.
      
      The post-build step will allow extra artifacts to be computed after
      the build is complete.
      372ce5bf
    • Brad King's avatar
      gitlab-ci: Select CUDA version explicitly in NVHPC job · 7d2979d6
      Brad King authored
      The job added by commit 16a5c367 (gitlab-ci: add nightly job testing
      NVHPC with Ninja on Linux, 2022-11-21) started failing after CI hosts
      were updated from NVIDIA driver version 520 to version 525.  Somehow
      this causes the NVHPC multi-cuda `nvcc` wrapper to select CUDA 10.2
      instead of 11.7 as with older driver versions.
      
      As a workaround, add the preferred version of `nvcc` to the PATH.
      
      Issue: #24225
      7d2979d6
  6. Dec 02, 2022
  7. Dec 01, 2022
  8. Nov 30, 2022
  9. Nov 28, 2022
  10. Nov 18, 2022
    • Brad King's avatar
      gitlab-ci: add jobs to test with Clang and LLVMFlang on Fedora · 99370e99
      Brad King authored
      We already have `t:debian10-{makefiles,ninja}-clang` jobs covering old
      versions of Clang with Makefile and Ninja generators.  Complement them
      with new `t:fedora37-{makefiles,ninja}-clang` jobs covering recent
      versions of Clang.
      
      Fedora 37 now packages LLVMFlang, so enable Fortran tests with that
      compiler too.
      
      Issue: #22387
      99370e99
  11. Nov 17, 2022
  12. Nov 14, 2022
  13. Nov 11, 2022
  14. Nov 10, 2022
Loading