Wojtek Porczyk
Wojtek Porczyk
Version: [EE-2022.03.16](https://github.com/daid/EmptyEpsilon/releases/tag/EE-2022.03.16), deb package Segfault happens on Ubuntu 20.04 and Linux Mint 20 (itself a derivative of Ubuntu 20.04) when the ship is destroyed (when the static should be displayed)....
This is my fault. Sorry for this. Bumped the version, so anyone who uses this would get the update. You may consider merging this after #8, so the version bump...
## Description of the changes Meson installation paths are different on different flavours of distros, especially Python paths. This pipeline aims to catch at least some of bugs related to...
This is split from a discussion in #2050. We should rework manifest specification, to have it more clear, and possibly take advantage of TOML structures (e.g. list), which were unavailable...
## Description of the changes Packaging files for debian ## How to test this PR? Install dependencies, then `debuild`. New job in CI should pass. --- This change is [](https://reviewable.io/reviews/gramineproject/gramine/512)
## Description of the changes After #512, this further wraps debian build in `unshare -n`, therefore disconnecting The Internet™. Also, dependencies are installed automatically by `apt-get build-dep`. ## How to...
## Description of the changes - use `type: 'feature'` for enabled/disabled options - remove `enabled_` prefix from some of the option-derived variables - use `/` instead of `join_paths()` - use...
This is a proposal for split signing enclaves. # Definitions - **rendering**: processing jinja+toml to toml only - **trusted file expansion**: recursive walk through directories to pick regular files inside...
- [ ] `-Ddcap=enabled`: requires Intel's repo with additional dependencies - [ ] sed shebang to `#!/usr/bin/python3`, because using `env` is broken for custom (non-distro) python installs (see #429) -...
Development: - [x] Jenkins split, stage 1 (gramineproject/graphene#1858) - [x] Jenkins split, stage 2 (gramineproject/graphene#1859) - [x] Initial meson implementation (gramineproject/graphene#1879) - [x] Python packaging (gramineproject/graphene#1909) - [x] Remove submodules...