Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
063cfa10
Commit
063cfa10
authored
1 year ago
by
Rye Mutt
Browse files
Options
Downloads
Patches
Plain Diff
Try disabling crash reporter on mac again
parent
2f147d53
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
indra/cmake/Sentry.cmake
+2
-2
2 additions, 2 deletions
indra/cmake/Sentry.cmake
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
063cfa10
...
...
@@ -208,6 +208,7 @@ coverity_scan:
extends
:
.mac_build
variables
:
AUTOBUILD_ADDRSIZE
:
64
USE_SENTRY
:
"
FALSE"
cache
:
key
:
prefix
:
darwin64
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/Sentry.cmake
+
2
−
2
View file @
063cfa10
...
...
@@ -7,7 +7,7 @@ include(OpenSSL)
include
(
ZLIBNG
)
include_guard
()
if
(
DEFINED ENV{USE_SENTRY}
)
if
(
DEFINED ENV{USE_SENTRY}
AND NOT DARWIN
)
set
(
USE_SENTRY $ENV{USE_SENTRY} CACHE BOOL
""
FORCE
)
endif
()
...
...
@@ -17,7 +17,7 @@ else()
set
(
SENTRY_DSN
""
CACHE STRING
"Sentry DSN"
)
endif
()
if
(
INSTALL_PROPRIETARY AND NOT SENTRY_DSN STREQUAL
""
)
if
(
INSTALL_PROPRIETARY AND NOT SENTRY_DSN STREQUAL
""
AND NOT DARWIN
)
set
(
USE_SENTRY ON CACHE BOOL
"Use the Sentry crash reporting system"
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
Rye Mutt
@rye
mentioned in commit
ad7f3bf5
·
1 year ago
mentioned in commit
ad7f3bf5
mentioned in commit ad7f3bf5f7a30e50c731d91442644f511bc88b22
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment