Skip to content

Commit

Permalink
Add comment to fix the sandbox when running sentry-cli, as it's tryin…
Browse files Browse the repository at this point in the history
…g to write to read/only (protected) area
  • Loading branch information
malkia committed Sep 2, 2024
1 parent d6765dd commit 3709ee7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -345,7 +349,6 @@ pkg_files(
"otel_sdk_rd",
]]


[pkg_files(
name = otel_sdk_binary + "_src_bundle",
srcs = [otel_sdk_binary + "_src_bundle_force"],
Expand Down

0 comments on commit 3709ee7

Please sign in to comment.