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

docs: Update the required version of task. #567

Merged
merged 3 commits into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ this project:
the size of repo as we add and update images.
* [Node.js] >= 16 to be able to [view the output](#viewing-the-output)
* Python 3.10 or later
* [Task] >= 3.35
* [Task] >= 3.38.0
* We constrain the version because, in lower versions, the Taskfile syntax we use has bugs.

## Build Commands
Expand Down Expand Up @@ -44,3 +44,4 @@ the address it binds to (usually http://localhost:8080).
[git-lfs]: https://git-lfs.com
[http-server]: https://www.npmjs.com/package/http-server
[Node.js]: https://nodejs.org/en/download/current
[Task]: https://taskfile.dev/
2 changes: 1 addition & 1 deletion docs/src/dev-guide/building-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
* Python 3.8 or newer
* python3-dev
* python3-venv
* [Task](https://taskfile.dev/)
* [Task](https://taskfile.dev/) >= 3.38.0

## Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/src/dev-guide/components-core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CLP core is the low-level component that performs compression, decompression, an
* We have built and tested CLP on the OSes listed [below](#native-environment).
* If you have trouble building for another OS, file an issue, and we may be able to help.
* A compiler that supports C++20 and std::span (e.g., gcc-10)
* [Task](https://taskfile.dev/)
* [Task](https://taskfile.dev/) >= 3.38.0

To build, we require some source dependencies, packages from package managers, and libraries built
from source.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/dev-guide/contributing-linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run the linting tools, besides commonly installed tools like `tar`, you'll ne
* `md5sum`
* Python 3.8 or newer
* python3-venv
* [Task]
* [Task] >= 3.38.0

## Running the linters

Expand Down