From a6889ff0ac87e1200526f3123a22c5fa32d3e2c8 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Thu, 2 Oct 2025 14:53:57 -0400 Subject: [PATCH] ceph-pull-requests-arm64: do not use podman specific --timeout Signed-off-by: John Mulligan --- ceph-pull-requests-arm64/build/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph-pull-requests-arm64/build/build b/ceph-pull-requests-arm64/build/build index b816fcf0..4e836492 100644 --- a/ceph-pull-requests-arm64/build/build +++ b/ceph-pull-requests-arm64/build/build @@ -31,13 +31,12 @@ bwc() { # specify timeout in hours for $1 local timeout=$(($1*60*60)) shift - ./src/script/build-with-container.py \ + timeout "${timeout}" ./src/script/build-with-container.py \ -d "${DISTRO_BASE:-jammy}" \ --env-file="${PWD}/.env" \ --current-branch="${GIT_BRANCH:-main}" \ -t+arm64 \ --npm-cache-path="${NPMCACHE}" \ - -x"--timeout=${timeout}" \ "${@}" } -- 2.39.5