Skip to content
Snippets Groups Projects
Commit a1924d7b authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

SCCACHE_REDIS{ -> _ENDPOINT}

parent 644f4ded
No related branches found
No related tags found
No related merge requests found
Pipeline #40353 skipped
......@@ -2,7 +2,7 @@
FROM memmos.laas.fr:5000/gepetto/buildfarm/ros:18.04
COPY --from=memmos.laas.fr:5000/gepetto/buildfarm/tools:18.04 /sccache /usr/bin
ENV SCCACHE_REDIS=redis://asahi
ENV SCCACHE_REDIS_ENDPOINT=redis://asahi
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt --mount=type=cache,sharing=locked,target=/var/lib/apt \
apt-get update -qqy && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
......
......@@ -2,7 +2,7 @@
FROM memmos.laas.fr:5000/gepetto/buildfarm/ros:20.04
COPY --from=memmos.laas.fr:5000/gepetto/buildfarm/tools:20.04 /sccache /usr/bin
ENV SCCACHE_REDIS=redis://asahi
ENV SCCACHE_REDIS_ENDPOINT=redis://asahi
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt --mount=type=cache,sharing=locked,target=/var/lib/apt \
apt-get update -qqy && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
......
......@@ -2,7 +2,7 @@
FROM memmos.laas.fr:5000/gepetto/buildfarm/ros:22.04
COPY --from=memmos.laas.fr:5000/gepetto/buildfarm/tools:22.04 /sccache /usr/bin
ENV SCCACHE_REDIS=redis://asahi
ENV SCCACHE_REDIS_ENDPOINT=redis://asahi
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt --mount=type=cache,sharing=locked,target=/var/lib/apt \
apt-get update -qqy && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
......
......@@ -2,7 +2,7 @@
FROM memmos.laas.fr:5000/gepetto/buildfarm/ros:bookworm
COPY --from=memmos.laas.fr:5000/gepetto/buildfarm/tools:bookworm /sccache /usr/bin
ENV SCCACHE_REDIS=redis://asahi
ENV SCCACHE_REDIS_ENDPOINT=redis://asahi
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt --mount=type=cache,sharing=locked,target=/var/lib/apt \
apt-get update -qqy && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
......
......@@ -2,7 +2,7 @@
FROM memmos.laas.fr:5000/gepetto/buildfarm/ros:bullseye
COPY --from=memmos.laas.fr:5000/gepetto/buildfarm/tools:bullseye /sccache /usr/bin
ENV SCCACHE_REDIS=redis://asahi
ENV SCCACHE_REDIS_ENDPOINT=redis://asahi
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt --mount=type=cache,sharing=locked,target=/var/lib/apt \
apt-get update -qqy && DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment