chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199c764
)
CI: Target trixie
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 11:51:57 +0000
(12:51 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 15:02:12 +0000
(16:02 +0100)
With the update to base64 this doesn't work on bookworm any more.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 1c17a6c2ff436cc1c04b58598a6520721aeddc9b..f79c3a79d08975d874b011a377f4f9820e43b320 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-60,9
+60,9
@@
test-rust-upstream:
# This test is marked allow-fail because Debian development breaks
# things on a regular basis.
-test-debian-
bookworm
:
+test-debian-
trixie
:
stage: test
- image: "debian:
bookworm
-slim"
+ image: "debian:
trixie
-slim"
allow_failure: true
script:
- apt-get -y update