commit | c277e3a87b350e0177f523f866aa56e2a8969784 | [log] [tgz] |
---|---|---|
author | Philipp Wagner <phw@lowrisc.org> | Tue Jan 05 21:48:35 2021 +0000 |
committer | Philipp Wagner <mail@philipp-wagner.com> | Thu Jan 07 14:01:53 2021 +0000 |
tree | 12b607a8993a2e5805e6dba18b8f229cbcbc822b | |
parent | 34fdf365db8b7c06526232a4fae929e6e06ea425 [diff] |
[ci] Do not upgrade all Python packages to their latest version We did run pip with `--upgrade`, causing all packages to be selected in the latest version, even if system packages were already installed. Don't do that, allow the installation of any version satisfying all version requirements. This allows us to (safely) use pyyaml from an Ubuntu package. I did not find (or remember) a specific reason why we had the upgrade flag in place. Signed-off-by: Philipp Wagner <phw@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).