From ba5ce56c5f911d9262d3d00e7844cf80870705cd Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Fri, 10 Oct 2025 18:15:22 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=20=F0=9F=94=A7=20Fix=20build=20r?= =?UTF-8?q?untime=20srtool=20permission=20issue"=20(#221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5645c2f9f4edacf5f6e79dd59b982399dcfa258f. --- operator/scripts/build-runtime-srtool.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/operator/scripts/build-runtime-srtool.sh b/operator/scripts/build-runtime-srtool.sh index f519d00f..8f2d9331 100755 --- a/operator/scripts/build-runtime-srtool.sh +++ b/operator/scripts/build-runtime-srtool.sh @@ -10,6 +10,7 @@ CMD="docker run \ -i \ --rm \ + --user $(id -u):$(id -g) \ -e CARGO_NET_GIT_FETCH_WITH_CLI=true \ -e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \ -e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \