[ci] Example Dockerfiles install from source / PyPI #3763
+201
−8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
docker/
: example Dockerfiles thatpip install tiledbsoma
README.md
includes build-debugging tips:pip install --no-clean tiledbsoma
VCPKG_FORCE_SYSTEM_BINARIES=1
(required by vcpkg on ARM)Add
python-dockers.yml
GHATests building and running
docker/*.dockerfile
:python -c 'import tiledbsoma; tiledbsoma.show_package_versions()'
orpython scripts/show-versions.py
on each image.Improve GHA path-filters
I also improved GHAs' path-filtering, so they don't run on changes to other workflow
.yml
s ordocker/**
.However, path-filters apparently don't take effect on the PR that adds them, so I canceled all unrelated GHAs here, to save runner quota.
Notes for Reviewer
Punted: macos Docker builds
python-dockers.yml
builds+runs on Ubuntu ARM and AMD platforms.Example failure
https://github.com/single-cell-data/TileDB-SOMA/actions/runs/13714468862/job/38356765298:
colima start
fails with:If we cat the
ha.stderr.log
before exiting:(source)
xrefs
actions/runner-images/#2150 (Add Docker to macOS)
discussions#69211 (GitHub Actions: Apple silicon (M1) macOS runners are now available in public beta!)
douglascamata/setup-docker-macos-action
setup-docker-macos-action#35
actions/runner-images#6216 (comment)