Skip to content

Docker for building and running unit tests on osx#4434

Open
gtanner wants to merge 1 commit intoSynthstromAudible:communityfrom
gtanner:feat/use.docker.to.run.tests.on.osx
Open

Docker for building and running unit tests on osx#4434
gtanner wants to merge 1 commit intoSynthstromAudible:communityfrom
gtanner:feat/use.docker.to.run.tests.on.osx

Conversation

@gtanner
Copy link
Copy Markdown

@gtanner gtanner commented Apr 4, 2026

Was noticing that ./dbt test doesnt run on osx due to apple chips not being supported due to QEMU emulation issues.

Added SKIP_32BIT_TESTS cmake option to exclude the 32-bit memory tests when running in docker on osx.

  Usage: docker compose run --rm tests

Wanting to try working on some bigger features and having unit tests will help me.

Was noticing that `./dbt test` doesnt run on osx due to
apple chips not being supported due to QEMU emulation issues.

Added SKIP_32BIT_TESTS cmake option to exclude the 32-bit memory tests
when running in docker on osx.

  Usage: docker compose run --rm tests
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

Test Results

175 tests  ±0   175 ✅ ±0   1s ⏱️ ±0s
 21 suites ±0     0 💤 ±0 
 21 files   ±0     0 ❌ ±0 

Results for commit 74c8782. ± Comparison against base commit bef6d9d.

@m-m-adams
Copy link
Copy Markdown
Collaborator

Hey we've restructured the repo, could you retarget the main branch?

Also why use docker in the first place? Running natively on mac is supported already and runs everything except the 32 bit tests

@gtanner gtanner changed the base branch from community to main April 8, 2026 20:32
@gtanner gtanner changed the base branch from main to community April 8, 2026 20:33
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