We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474c93f commit f47e63dCopy full SHA for f47e63d
2 files changed
.gitignore
@@ -9,6 +9,8 @@ __pycache__/
9
build/
10
dist/
11
*.egg-info/
12
+core
13
+core.*
14
.flatpak-builder/
15
flatpak-build/
16
flatpak-repo/
docker/run-release-preflight.sh
@@ -1,5 +1,6 @@
1
#!/bin/sh
2
set -eu
3
+ulimit -c 0 || true
4
5
workdir="${MINI_EQ_PREFLIGHT_WORKDIR:-/work}"
6
venv="${MINI_EQ_PREFLIGHT_VENV:-/tmp/mini-eq-preflight-venv}"
0 commit comments