From 753256cfafc0b4119c49faaec36ce4f90c955846 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sat, 31 Jan 2026 05:02:08 +0700 Subject: [PATCH] Strip fallocate from CI test --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15f60e63bf..4aa5e9eb7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,5 +21,4 @@ cargo-test: - apt update && apt install -y fuse3 libfuse3-dev - cargo build --locked - cargo test - - fallocate -l 256MiB test.bin - ./target/debug/redox_installer -c res/test.toml test.bin --no-mount