v8-0002-ci-XXX-install-ICU63-on-debian.patch
text/x-patch
Filename: v8-0002-ci-XXX-install-ICU63-on-debian.patch
Type: text/x-patch
Part: 1
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v8-0002
Subject: ci: XXX install ICU63 on debian
| File | + | − |
|---|---|---|
| .cirrus.yml | 4 | 0 |
From aa9ac4f827f83abd4efe7f773efa2e2f45ad7640 Mon Sep 17 00:00:00 2001
From: Thomas Munro <thomas.munro@gmail.com>
Date: Sat, 26 Nov 2022 14:39:18 +1300
Subject: [PATCH v8 2/2] ci: XXX install ICU63 on debian
This is not a good way to add the package, just doing this temporarily
as a demonstration via cfbot.
---
.cirrus.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.cirrus.yml b/.cirrus.yml
index f31923333e..8c1fb63cad 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -296,6 +296,10 @@ task:
setup_additional_packages_script: |
#apt-get update
#DEBIAN_FRONTEND=noninteractive apt-get -y install ...
+ # this is debian 11 (bullseye) but we can install ICU 63 from debian 10 (buster)
+ curl -O http://ftp.debian.org/debian/pool/main/i/icu/libicu63_63.1-6+deb10u3_amd64.deb
+ dpkg -i libicu63_63.1-6+deb10u3_amd64.deb
+
matrix:
- name: Linux - Debian Bullseye - Autoconf
--
2.38.1