From 3709ee77bc6840dfb4e7d42728fcfebf956491f3 Mon Sep 17 00:00:00 2001 From: Dimiter 'malkia' Stanev Date: Mon, 2 Sep 2024 12:34:23 -0700 Subject: [PATCH] Add comment to fix the sandbox when running sentry-cli, as it's trying to write to read/only (protected) area --- BUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BUILD b/BUILD index 44e40876fe..554dced8e8 100644 --- a/BUILD +++ b/BUILD @@ -325,7 +325,11 @@ pkg_files( "bundle-sources", "$(location " + otel_sdk_binary + "_lib_file" + ")" ], - tags = ["manual", "no-sandbox"], + tags = [ + "manual", + # TODO - Fix this to work in the sandbox, by using sentry-cli's -o folder + "no-sandbox" + ], tool = "@multitool//tools/sentry-cli", ) for otel_sdk_binary in [ "otel_sdk_r", @@ -345,7 +349,6 @@ pkg_files( "otel_sdk_rd", ]] - [pkg_files( name = otel_sdk_binary + "_src_bundle", srcs = [otel_sdk_binary + "_src_bundle_force"],