Skip to content

Commit

Permalink
make known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vicamo committed Feb 1, 2025
1 parent 4a11148 commit 6f69eb2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
["m68k", "linux/m68k"],
["sh4", "linux/sh4"]
]'
disabled_codename='["experimental"]'
disabled_codename='["experimental", "slink", "hamm"]'
disabled_arches='[
"hurd-amd64",
"hurd-i386",
Expand All @@ -85,7 +85,17 @@ jobs:
"s390",
"x32"
]'
known_failures='[]'
known_failures='[
["sid", "loong64", "https://github.com/vicamo/docker-brew-debian/issues/79"],
["sid", "m68k", "https://github.com/vicamo/docker-brew-debian/issues/79"],
["jessie", "arm64", "https://github.com/vicamo/docker-brew-debian/issues/80"],
["jessie", "ppc64el", "https://github.com/vicamo/docker-brew-debian/issues/81"],
["etch", "m68k", "https://github.com/vicamo/docker-brew-debian/issues/82"],
["woody", "mips", "https://github.com/vicamo/docker-brew-debian/issues/84"],
["woody", "mipsel", "https://github.com/vicamo/docker-brew-debian/issues/84"],
["woody", "powerpc", "https://github.com/vicamo/docker-brew-debian/issues/83"],
["potato", "powerpc", "https://github.com/vicamo/docker-brew-debian/issues/84"]
]'
pin_timestamp='[
["buster", "armel", "2024/04/13 14:49:39"],
["buster", "mips", "2024/04/13 14:49:39"],
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/per-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
id: debuerreotype
working-directory: debuerreotype
continue-on-error: ${{ matrix.known_failure != '' }}
timeout-minutes: 20
run: |
# Allow building debian experimental
echo "RUN ln -s sid /usr/share/debootstrap/scripts/experimental" >> Dockerfile
Expand Down

0 comments on commit 6f69eb2

Please sign in to comment.