Skip to content

build: forward SENTRY_BACKEND/TRANSPORT Make variables - #2070

Merged
jpnurmi merged 1 commit into
masterfrom
jpnurmi/build/make-vars
Sep 7, 2026
Merged

build: forward SENTRY_BACKEND/TRANSPORT Make variables#2070
jpnurmi merged 1 commit into
masterfrom
jpnurmi/build/make-vars

Conversation

@jpnurmi

@jpnurmi jpnurmi commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

The make build target is super convenient for quickly testing the sentry-native example in such environments as headless Docker containers and RPI over SSH. However, as soon as you need anything else besides the default backend or transport, one needs to fall back to configuring CMake by hand.

This proposal allows selecting a specific backend and/or transport while enjoying the convenience of make build:

$ make build SENTRY_BACKEND=native

or whichever way you prefer:

$ SENTRY_TRANSPORT=none make build

Make it easy to select a backend and transport through the make build
convenience target.
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.29%. Comparing base (5ef4c14) to head (1da843d).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2070      +/-   ##
==========================================
+ Coverage   74.26%   74.29%   +0.02%     
==========================================
  Files         103      103              
  Lines       26709    26709              
  Branches     4864     4864              
==========================================
+ Hits        19836    19844       +8     
+ Misses       5528     5525       -3     
+ Partials     1345     1340       -5     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jpnurmi
jpnurmi merged commit 0c55050 into master Sep 7, 2026
74 of 75 checks passed
@jpnurmi
jpnurmi deleted the jpnurmi/build/make-vars branch September 7, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants