bump dstack submodule to b051018a#16
Merged
Merged
Conversation
Pulls 315 commits of guest-agent / kms / gateway / vmm fixes into the recipe inputs. This is the state the v0.6.1 release tarballs were built against, so bumping the pointer here makes `git clone --recurse-submodules` reproduce the released images. dstack 603c6ee5..b051018a (Phala-Network/dstack-cloud:master tip).
There was a problem hiding this comment.
Pull request overview
This PR updates the pinned dstack git submodule revision so --recurse-submodules builds reproduce the same guest image hash as the published v0.6.1 release artifacts.
Changes:
- Bump the
dstacksubmodule pointer from603c6ee5tob051018a.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Bump the
dstacksubmodule pointer from603c6ee5(Feb 2026) tob051018a(currentPhala-Network/dstack-cloud:mastertip; last merge isMerge remote-tracking branch 'upstream/master').Why
The previously-pinned commit predated 315 commits of guest-agent / KMS / gateway / VMM / dstack-mr fixes. The v0.6.1 release tarballs (built on tdxlab) were assembled against
b051018a. Without this PR,git clone --recurse-submodulesthenFLAVORS=... make distwould still pin to the older revision and produce an image hash different from what's published at the v0.6.1 release.Verification
Already built end-to-end with this pointer on
a3-highgpu-1g+ TDX + H100 (auth_hash = fd5fbaf59b09a5a55e25401f3f92d055ad3fa702b131cddef0195dfec3041f47fordstack-cloud-nvidia-0.6.1; PyTorch CUDA matmul ran at ~38 TFLOPs on the H100 in CC mode).Test plan
git clone --recurse-submodules+FLAVORS=nvidia make distreproduces the v0.6.1 nvidia image hashnvidia-smi conf-compute -freportsCC status: ON)