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

📦 Fix lockfile #109

Merged
merged 1 commit into from
Jul 30, 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
7 changes: 5 additions & 2 deletions docs/sections/environment/tools_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ The implementation of this consists of tying down the requirements of the primar

To guarantee full functionality of ``piel``, we provide some customised environment installations, particularly through ``nix`` in Linux.

On each feature upgrade, ``piel`` has a github action that verifies the compatibility of the environments with some tools and platforms `here <https://github.com/daquintero/piel/blob/develop/.github/workflows/test_import.yaml>`. You can verify your OS platform and your tools with it.


Dependency Environment Breakdown
-----------------------------------------------

Expand All @@ -39,7 +42,7 @@ This table of tools compatibility is provided should you use a specific set of t
- *
- Many
* - ``openlane``
-
- Not compatible
- *
-
-
Expand All @@ -59,7 +62,7 @@ This table of tools compatibility is provided should you use a specific set of t
- *
- *

This is a preliminary table, I mostly develop on Linux, you need to verify your system configuration or use the recommended Docker environment. TODO I am unsure about the OS X integrations.
This is a preliminary table, I mostly develop on Linux, you need to verify your system configuration or use the recommended ``nix`` environment.

In the future, we will have custom installations for different types of users so they can install minimal dependencies for their use case.

Expand Down
Loading
Loading