Skip to content
Snippets Groups Projects
  1. Aug 20, 2019
  2. Mar 27, 2019
  3. Oct 04, 2018
  4. Oct 02, 2018
  5. Oct 01, 2018
  6. Sep 28, 2018
    • Jö Fahlke's avatar
      [!76] [CI] Use ccache only for the pacxx-build step. · 723865c4
      Jö Fahlke authored
      Merge branch 'ccache-pacxx-build-only' into 'master'
      
      The other steps use a different compiler anyway.
      
      See merge request [joe/pacxx-docker!76]
      
        [joe/pacxx-docker!76]: gitlab.dune-project.org/joe/pacxx-docker/merge_requests/76
      723865c4
    • Jö Fahlke's avatar
      [CI] Use ccache only for the pacxx-build step. · 7fe3974a
      Jö Fahlke authored
      The other steps use a different compiler anyway.
      7fe3974a
    • Jö Fahlke's avatar
      [!75] [base] Stop configuring ccache in image · 3983b910
      Jö Fahlke authored
      Merge branch 'no-configure-ccache-in-image' into 'master'
      
      This means the the compiler in the base image can be used out-of-the-box \--
      previously that would fail because ccache could not access it's cache
      directory, unless run in the CI.
      
      Addresses: [#29]
      
      Depends: [!74]
      
      See merge request [joe/pacxx-docker!75]
      
        [#29]: gitlab.dune-project.org/joe/pacxx-docker/issues/29
        [!74]: gitlab.dune-project.org/joe/pacxx-docker/merge_requests/74
        [joe/pacxx-docker!75]: gitlab.dune-project.org/joe/pacxx-docker/merge_requests/75
      3983b910
    • Jö Fahlke's avatar
      [!74] [CI] Configure ccache in .gitlab-ci.yml · b41c558b
      Jö Fahlke authored
      Merge branch 'configure-ccache-in-ci' into 'master'
      
      This supercedes relying on configuration in the Docker images, see [#29]
      
      See merge request [joe/pacxx-docker!74]
      
        [#29]: gitlab.dune-project.org/joe/pacxx-docker/issues/29
        [joe/pacxx-docker!74]: gitlab.dune-project.org/joe/pacxx-docker/merge_requests/74
      b41c558b
    • Jö Fahlke's avatar
      [base] Stop configuring ccache in image · 51e5a13f
      Jö Fahlke authored
      This means the the compiler in the base image can be used out-of-the-box --
      previously that would fail because ccache could not access it's cache
      directory, unless run in the CI.
      
      Addresses: #29
      
      Depends: !74
      51e5a13f
    • Jö Fahlke's avatar
      [CI] Configure ccache in .gitlab-ci.yml · 05a4fbe1
      Jö Fahlke authored
      This supercedes relying on configuration in the Docker images, see #29
      05a4fbe1
    • Jö Fahlke's avatar
      [!73] [CI] Explicitly include the variables: in the yaml anchor merge. · f2a05998
      Jö Fahlke authored
      Merge branch 'yaml-achors-explicit-recursive-merge' into 'master'
      
      Merging in a yaml anchor into a substructure is not recursive, later
      definitions in that substrucure will override instead of add to the
      definitions from the anchor. So do include the base definitions explicitly.
      This is mainly a problem with the variables: section in job definitions.
      
      Closes: [#33]
      
      See merge request [joe/pacxx-docker!73]
      
        [#33]: gitlab.dune-project.org/joe/pacxx-docker/issues/33
        [joe/pacxx-docker!73]: gitlab.dune-project.org/joe/pacxx-docker/merge_requests/73
      
      
      Closes #33
      f2a05998
    • Jö Fahlke's avatar
      [CI] Explicitly include the variables: in the yaml anchor merge. · 731ed60f
      Jö Fahlke authored
      Merging in a yaml anchor into a substructure is not recursive, later
      definitions in that substrucure will override instead of add to the
      definitions from the anchor. So do include the base definitions explicitly.
      This is mainly a problem with the variables: section in job definitions.
      
      Closes: #33
      731ed60f
  7. Sep 27, 2018
  8. Sep 26, 2018
Loading