Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion twoliter/embedded/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ cargo build \
]

[tasks.build-variant]
dependencies = ["fetch", "build-sbkeys", "publish-setup", "validate-kits"]
dependencies = ["fetch-sdk", "build-sbkeys", "publish-setup", "validate-kits"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

build-variant can also trigger the equivalent of build-package tasks, and for those we do need to run fetch-sources (for first-party sources under sources/) and fetch-vendored (for packages that need bundled Go modules prepared).

script = [
'''
export PATH="${TWOLITER_TOOLS_DIR}:${PATH}"
Expand Down