Skip to content

Commit a407bf3

Browse files
committed
fix(ci): restore generated FlatBuffers files and drop debian:trixie from DEB test matrix
Restore metadata_generated.rs and metadata_hash_generated.rs as tracked files — they are required by cargo fmt and the Rust module system. Remove from .gitignore. Drop debian:trixie from DEB test matrix. Ubuntu 24.04 ships libfuse3 with SONAME .so.3 while Debian trixie ships .so.4. A binary built on Ubuntu cannot run on trixie due to the incompatible SONAME.
1 parent f4f82f8 commit a407bf3

4 files changed

Lines changed: 1274 additions & 3 deletions

File tree

.github/workflows/build-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88+
distro: ["ubuntu:24.04"]
8889
arch: [x86_64, aarch64]
89-
distro: ["ubuntu:24.04", "debian:trixie"]
9090
include:
9191
- arch: x86_64
9292
runner: ubuntu-latest
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
metadata_generated.rs
2-
metadata_hash_generated.rs

0 commit comments

Comments
 (0)