Skip to content

Commit 7cf573a

Browse files
authored
Merge pull request #50 from matrix-org/hs/ubuntu22.04
Update to Ubuntu 22.04 as minimum supported version (glibc 2.35)
2 parents f74a37e + 7ec7525 commit 7cf573a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
fail-fast: true
5454
matrix:
5555
# Use Ubuntu LTS-1 for broader glibc compatibility.
56-
os: [ubuntu-20.04]
56+
os: [ubuntu-22.04]
5757
node-version: [18.0, 20.0, 22.0]
5858
include:
59-
- os: ubuntu-20.04
59+
- os: ubuntu-22.04
6060
os-name: 🐧
6161

6262
- os: macos-latest

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ jobs:
4141
# ----------------------------------- Linux
4242
# Use Ubuntu LTS-1 for broader glibc compatibility.
4343
- target: x86_64-unknown-linux-gnu
44-
os: ubuntu-20.04
44+
os: ubuntu-22.04
4545
- target: i686-unknown-linux-gnu
4646
apt_install: gcc-i686-linux-gnu g++-i686-linux-gnu
47-
os: ubuntu-20.04
47+
os: ubuntu-22.04
4848
- target: aarch64-unknown-linux-gnu
49-
os: ubuntu-20.04
49+
os: ubuntu-22.04
5050
apt_install: gcc-aarch64-linux-gnu g++-aarch64-linux-gnu
5151
- target: arm-unknown-linux-gnueabihf
52-
os: ubuntu-20.04
52+
os: ubuntu-22.04
5353
apt_install: gcc-arm-linux-gnueabihf
5454
- target: x86_64-unknown-linux-musl
55-
os: ubuntu-20.04
55+
os: ubuntu-22.04
5656
apt_install: musl-tools
5757
- target: s390x-unknown-linux-gnu
58-
os: ubuntu-20.04
58+
os: ubuntu-22.04
5959
apt_install: gcc-s390x-linux-gnu g++-s390x-linux-gnu
6060
# ----------------------------------- macOS
6161
- target: aarch64-apple-darwin

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Next release
44

55
- Update matrix-rust-sdk dependency to 0.9.0.
6+
- Minimum supported glibc version is now `2.35` (Ubuntu 22.04+ compatible). Support has been dropped for prior versions.
67

78
## 0.3.0-beta.1 - 2024-11-18
89

0 commit comments

Comments
 (0)