Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools: fix build for tools in subfolders #21120

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

lcheylus
Copy link
Contributor

@lcheylus lcheylus commented Mar 27, 2024

  • In cmd/tools/vbuild-tools.v, vast, vcreate, vdoc, vpm, vvet and vwhere tools (sources in subfolders) are initially skipped, then added into a test session.

  • During session run (function worker_trunner), build was skipped for the tools list above.

  • Fix Tools not built in subfolders with build-tools #21119


Build with ./v build-tools OK on Linux Debian testing/amd64 and OpenBSD current/amd64

@lcheylus lcheylus changed the title build-tools: fix build for tools in subfolders tools: fix build for tools in subfolders Mar 27, 2024
- In 'cmd/tools/vbuild-tools.v', vast, vcreate, vdoc, vpm, vvet and
  vwhere tools (sources in subfolders) are initially skipped, then
  added into a test session.
- During session run (function 'worker_trunner'), build was skipped for
  the tools list above.

- Fix vlang#21119

Signed-off-by: Laurent Cheylus <foxy@free.fr>
@spytheman spytheman merged commit f1fba25 into vlang:master Mar 28, 2024
42 checks passed
@lcheylus lcheylus deleted the build-tools branch March 28, 2024 08:18
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.

Tools not built in subfolders with build-tools
3 participants