Skip to content

Commit ac01b8c

Browse files
committed
updated things
1 parent e9fd2fa commit ac01b8c

File tree

3 files changed

+506
-10
lines changed

3 files changed

+506
-10
lines changed

multitool.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,36 +76,36 @@
7676
"binaries": [
7777
{
7878
"kind": "file",
79-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.0/sentry-cli-Linux-aarch64",
80-
"sha256": "bad001e2a89287ef539fbec0f5328b85cdd2a7058bb4a24844da99fbd6972d35",
79+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.1/sentry-cli-Linux-aarch64",
80+
"sha256": "e8ec5607a1be099d3981323b86dcea0c3b0ee6a8cd2becec4e4c51f1ab9ae366",
8181
"os": "linux",
8282
"cpu": "arm64"
8383
},
8484
{
8585
"kind": "file",
86-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.0/sentry-cli-Linux-x86_64",
87-
"sha256": "8fb858fbf4d6a78a6a2f21b18ef1c39ce3b70a2e6823aaa6d4b53af0953be451",
86+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.1/sentry-cli-Linux-x86_64",
87+
"sha256": "c41aab845e32b40ee96054eec77e09385d26434808365ef20e876aff54f5df04",
8888
"os": "linux",
8989
"cpu": "x86_64"
9090
},
9191
{
9292
"kind": "file",
93-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.0/sentry-cli-Darwin-arm64",
94-
"sha256": "dbfd549c47ce5582ce6c607e0680b01957c20af828a3559152296ec8542d0943",
93+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.1/sentry-cli-Darwin-arm64",
94+
"sha256": "f9bf88f1626aa05036667f7a1b2bae9a74cefd870a5af264aa39ecffd3689822",
9595
"os": "macos",
9696
"cpu": "arm64"
9797
},
9898
{
9999
"kind": "file",
100-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.0/sentry-cli-Darwin-x86_64",
101-
"sha256": "b099c8db8fb46be90a5817af33f1f89e3b1be82fb6137d368d7d88540dfbd40d",
100+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.1/sentry-cli-Darwin-x86_64",
101+
"sha256": "20025e44c64e0214c78da835d98798d38c0b93a1ce8c066535d3a4506e594391",
102102
"os": "macos",
103103
"cpu": "x86_64"
104104
},
105105
{
106106
"kind": "file",
107-
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.0/sentry-cli-Windows-x86_64.exe",
108-
"sha256": "9ce25df07d0e076dbd84c6237750a73634f301bb5bc557c3561c816cdc570958",
107+
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.39.1/sentry-cli-Windows-x86_64.exe",
108+
"sha256": "afbcd1d671e55c567212f1ded3870fee4d5ca4624fd1016d4f615c8775db48f7",
109109
"os": "windows",
110110
"cpu": "x86_64"
111111
}

x/BUILD.bazel

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@ cc_test(
1818
],
1919
)
2020

21+
cc_test(
22+
name = "m",
23+
srcs = ["m.cpp"],
24+
deps = ["@otel_sdk//:dll"],
25+
local = True,
26+
tags = ["manual", "external"],
27+
28+
# Minimal set of env vars for Visual Studio
29+
env_inherit = [
30+
"windir", # Mandatory
31+
#"USERPROFILE", # In order to avoid creating %USERPROFILE%
32+
],
33+
)
34+
2135
# copy_directory(
2236
# name = "dashboards_dir",
2337
# src = "dashboards",

0 commit comments

Comments
 (0)