summaryrefslogtreecommitdiff
path: root/dev-util/git-bug
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-09-09 03:04:44 -0500
committerroot <root@alpha.trunkmasters.com>2026-09-09 03:04:44 -0500
commitdd4dbff7d90d19cb3b8a4657236e598887ffbd41 (patch)
treefc3717b00180b43464a834fd1f3c9442f57ae45a /dev-util/git-bug
parent23850c0a8390d403a1fe131e47265df579818dd5 (diff)
downloadbaldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.tar.gz
baldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.tar.xz
baldeagleos-repo-dd4dbff7d90d19cb3b8a4657236e598887ffbd41.zip
Adding metadata
Diffstat (limited to 'dev-util/git-bug')
-rw-r--r--dev-util/git-bug/git-bug-0.10.1.ebuild17
1 files changed, 4 insertions, 13 deletions
diff --git a/dev-util/git-bug/git-bug-0.10.1.ebuild b/dev-util/git-bug/git-bug-0.10.1.ebuild
index a923e6931b46..ee5f63cfa667 100644
--- a/dev-util/git-bug/git-bug-0.10.1.ebuild
+++ b/dev-util/git-bug/git-bug-0.10.1.ebuild
@@ -30,19 +30,10 @@ src_compile() {
}
src_test() {
- local toskip=(
- # Fails with FEATURES=network-sandbox
- TestValidateProject
- )
-
- if ! use amd64 && ! use x86; then
- # arch-dependent test, reported upstream
- # https://github.com/git-bug/git-bug/issues/1591
- toskip+=( TestGitFileHandlers )
- fi
- toskip="$(tr ' ' '|' <<< "${toskip[@]}")"
-
- CI=true ego test -v ./... -skip "${toskip}"
+ # TestValidateProject fails with FEATURES=network-sandbox
+ # TestGitFileHandlers appears to be brittle, see bug #982080 and
+ # https://github.com/git-bug/git-bug/issues/1591
+ CI=true ego test -v ./... -skip "TestValidateProject|TestGitFileHandlers"
}
src_install() {