Skip to content

Commit

Permalink
move config to common ci direct
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
Marcus Müller committed Aug 30, 2024
1 parent 4ec856c commit b96397c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci-fedora-40-3.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ RUN mkdir /tmp/sccache/ \
&& cp */sccache /usr/bin \
&& rm -rf /tmp/sccache.tgz /tmp/sccache \
&& mkdir -p /etc/sccache/
COPY config /etc/sccache/config
COPY ci/config /etc/sccache/config
ENV SCCACHE_CONF="/etc/sccache/config"
# anything works, but needs to be set:
ENV AWS_REGION="non-AWS"
File renamed without changes.

0 comments on commit b96397c

Please sign in to comment.