From 062584d1a2f58c3fc527663aa8f00fc53ca2869e Mon Sep 17 00:00:00 2001 From: Steve Degosserie <723552+stiiifff@users.noreply.github.com> Date: Fri, 10 Oct 2025 16:38:11 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=94=A7=20Fix=20build=20runtime=20s?= =?UTF-8?q?rtool=20permission=20issue=20(#220)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Claude --- operator/scripts/build-runtime-srtool.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/operator/scripts/build-runtime-srtool.sh b/operator/scripts/build-runtime-srtool.sh index 8f2d9331..f519d00f 100755 --- a/operator/scripts/build-runtime-srtool.sh +++ b/operator/scripts/build-runtime-srtool.sh @@ -10,7 +10,6 @@ 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} \