Skip to content

Commit

Permalink
Merge pull request #5085 from jkonecny12/master-revert-cache-ttl
Browse files Browse the repository at this point in the history
Revert "infra: Improve cache usage for container builds"
  • Loading branch information
jkonecny12 authored Aug 28, 2023
2 parents d464853 + 3353d5b commit c0d6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TEMPLATE_RENDERER = scripts/jinja-render

CONTAINER_ENGINE ?= podman
# build/run tweaks for all containers, such as --cap-add
CONTAINER_BUILD_ARGS ?= --cache-ttl=3h
CONTAINER_BUILD_ARGS ?= --no-cache
# HACK: bash's builtin `test -r` fails when running on Ubuntu host (GitHub) due to incompatible seccomp profile
CONTAINER_TEST_ARGS ?= $(shell grep -q ID=ubuntu /etc/os-release && echo --security-opt=seccomp=unconfined)
CONTAINER_REGISTRY ?= quay.io
Expand Down

0 comments on commit c0d6562

Please sign in to comment.