-
OS: Ubuntu 22.04 with fips-updates
Symptom: Use of TPM2 tools fails with error code 0x70001 (e.g., `tpm2_clear`, `tpm2_nvdefine 0x1500018 -C o -s 32`). I assume this is an incompatibility between t…
-
- The standalone command `esy` could do something better than merely print environment variables.
- It could teach you how to use `esy`.
- It could quickly report the health of the project (what…
-
Install file: "scripts/release_sanity.py" as "build/scripts/release_sanity.py"
/mnt/batch/tasks/shared/LS_root/mounts/clusters/carolinehu2022/code/Users/carolinehu2022/geophysics/esys-escript.github.…
-
When I try to build `ocaml` with esy (either resolving to the `4.12.0+esy` branch or the latest commit in #45), the resulting `ocamlrun` binary crashes (or is seemingly killed?) immediately.
On my …
-
I'll start with a small explanation and we'll go from there.
[Esy](https://github.com/esy/esy)'s a package manager for Reason. It allows using any build system to build packages, as long as the bui…
-
I love the esy `ls` commands.
Should `esy `ls-builds` just be `esy ls`? I think it could be the goto command for "give me context about this project". It already kind of is.
(Btw: I really love h…
-
Imagine a little assistant that sits over your shoulder and detects when you have common errors in your top level package you're building. It can be super hacky, doesn't need to be sustainable or scal…
-
This is what I get when building libressl (fastpack):
```
info building esy-libressl@github:esy-packages/esy-libressl#bdf7ada
2 [main] make 11268 child_info_fork::abort: C:\Users\IEUser\esy\n…
-
### Component
Dasharo firmware
### Device
Protectli VP2420
### Dasharo version
v1.2.0
### Dasharo Tools Suite version
_No response_
### Brief summary
Multiple [TPM2 Commands…
-
TLDR: When using [esy](https://esy.sh/), building the project is as easy as:
```sh
npm install -g esy
esy
```
Advantages:
- Better tracking of project dependencies, they would be listed inside `…