Skip to content
Snippets Groups Projects

Repo Cleanup

Merged Ujwal Kundur requested to merge ujwalk-repo-cleanup into master
Files
2
@@ -17,7 +17,6 @@ ENV CLICOLOR_FORCE=1 \
@@ -17,7 +17,6 @@ ENV CLICOLOR_FORCE=1 \
## Install additional packages. Remove the auto-cleanup functionality
## Install additional packages. Remove the auto-cleanup functionality
## for docker, as we're using the new buildkit cache instead.
## for docker, as we're using the new buildkit cache instead.
## We also install gitlab-runner, from the buster package (as bullseye is not available atm)
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## TODO: libyaml-cpp-dev is a dependency for afterburner. We can probably remove
## this once afterburner is added to spack
## this once afterburner is added to spack
RUN --mount=type=cache,target=/var/cache/apt \
RUN --mount=type=cache,target=/var/cache/apt \
@@ -70,8 +69,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
@@ -70,8 +69,6 @@ RUN --mount=type=cache,target=/var/cache/apt \
&& curl -L \
&& curl -L \
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
"https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" \
| bash \
| bash \
&& sed -i "s/bookworm/buster/" \
/etc/apt/sources.list.d/runner_gitlab-runner.list \
&& apt-get -yqq update \
&& apt-get -yqq update \
&& apt-get -yqq install --no-install-recommends \
&& apt-get -yqq install --no-install-recommends \
gitlab-runner \
gitlab-runner \
Loading