summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2023-05-05 19:01:35 +0300
committernl6720 <nl6720@gmail.com>2023-05-05 19:01:35 +0300
commitf6a4fbbbb6d4f9c7d203ffbc46f702e45c69bdfb (patch)
tree65b1c2d3fec008ba486827ebb0b36d51eef43f02
parent32443c53b5904513f7ed6c677f66de01c19a21e9 (diff)
Install btrfs-progs
build.sh executes mkfs.btrfs. Currently it only works because the environment where build.sh runs (an arch-boxes image itself) already has btrfs-progs.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3a3f62..860976e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ shfmt:
.build:
stage: build
before_script:
- - pacman -Syu --needed --noconfirm gptfdisk arch-install-scripts qemu-headless jq
+ - pacman -Syu --needed --noconfirm gptfdisk btrfs-progs arch-install-scripts qemu-headless jq
script:
- echo "BUILD_VERSION=$(date +%Y%m%d).$CI_JOB_ID" > build.env
- export $(< build.env)