Commit Graph

87 Commits

Author SHA1 Message Date
Jeremy Soller
726940949f Add script to test fetching changed recipes 2026-06-04 10:16:53 -06:00
Wildan M
65d19d6501
Fix img test CI 2026-05-05 22:44:15 +07:00
Wildan M
82562ef50c
Update CI test missing rustinstall 2026-02-23 20:25:23 +07:00
Wildan M
41f9325ddd
Add CI recipes check 2026-02-09 04:42:46 +07:00
Wildan M
ba7532f792
Skip CI artifact 2025-12-16 05:42:07 +07:00
Wildan M
c1cd4724a7
Fix CI by avoiding FUSE 2025-12-16 02:49:19 +07:00
Wildan M
1cceaf593c
Change CI base image to fix error 2025-12-09 04:49:25 -05:00
Wildan M
38e1927bff
Try fixing CI on MR 2025-12-05 06:05:29 +07:00
Wildan Mubarok
3a9a610d10 Add CI from cookbook 2025-11-21 06:29:23 -07:00
Jeremy Soller
542106d01a
Replace cookbook submodule 2025-11-20 13:54:40 -07:00
Wildan Mubarok
6c52a6833d Use binstall for rustinstall.sh 2025-08-17 06:18:51 +00:00
Wildan Mubarok
c5a7b03f23 Only create artifacts in MR 2025-07-28 14:07:11 +00:00
Wildan Mubarok
e57b033fae Fix blocked by manual trigger 2025-07-28 14:01:05 +00:00
Wildan Mubarok
ce17706497 Do not create artifacts in CI 2025-07-28 13:46:56 +00:00
Wildan Mubarok
e7317b2138 Use other token for pushing 2025-07-13 15:12:05 +00:00
Wildan Mubarok
076353d96b Add submodule push and limit test CI 2025-07-13 14:56:59 +00:00
Wildan M
19673cc850 Fix CI regarding to glibc version 2025-05-30 05:41:46 +07:00
Anhad Singh
d03fce3a5a
fix(ci): autoconf and automake
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-06 23:12:48 +11:00
Anhad Singh
6514d23c57
fix(ci): install help2man
Signed-off-by: Anhad Singh <andypython@protonmail.com>
2024-12-06 22:12:29 +11:00
Ron Williams
e9628b64d8 Fix CI, add packages to ci.toml so desktop can build from binaries 2024-11-21 15:06:54 +00:00
Jeremy Soller
f6932a1be0
Temporarily disable GitLab CI 2024-08-29 10:21:26 -06:00
Ron Williams
fd40776d35 Fix CI to avoid RedoxFS/FUSE/tar problems 2024-08-28 12:55:25 -07:00
Ribbon
49102f6332 Add explanation comments on the build system files 2024-07-09 12:58:07 +00:00
mattmadeofpasta
3f58996f32
Use fusermount3 everywhere 2024-02-10 13:19:27 +00:00
bjorn3
aa7edc6ef1 Zstd compress all images
I tried gzip, bzip2, xz and xzstd. Xz 22s for a 128MB disk image. Out of
all other options zstd was both the fastest to compress (<1s) and
produced the smallest file (28MB).
2024-01-11 21:18:21 +01:00
bjorn3
e91d78ce4b Use cargo binstall to save 1.5min on building various build deps 2024-01-11 19:50:31 +01:00
bjorn3
0ded7946d0 Remove unused system dependencies from CI config 2024-01-11 19:26:19 +01:00
bjorn3
8ea1cde8f6 Fix CI 2024-01-11 18:55:43 +01:00
mattmadeofpasta
b86622d73b
Add just to the build dependencies 2023-11-23 21:40:00 +00:00
mattmadeofpasta
315f5e8c43
Disable the wget progress bar in CI 2023-11-10 18:00:18 +00:00
Jeremy Soller
cee3cef510
Build installer before make ci-img 2023-03-01 13:27:09 -07:00
Jeremy Soller
cdf9a708f0
GitLab CI: Set REPO_BINARY=1 2023-03-01 13:04:58 -07:00
Jeremy Soller
bfde266b90
Restore dependency install from old CI script 2023-03-01 12:44:37 -07:00
Jeremy Soller
bcb81e3e3f
GitLab CI: Set PATH to include rustup before bootstrap 2023-03-01 12:11:51 -07:00
Jeremy Soller
b568b4d53e
Go back to GIT_STRATEGY clone for gitlab CI 2023-03-01 12:00:13 -07:00
Jeremy Soller
1ff5252a3a
Go back to default GIT_STRATEGY 2023-03-01 11:50:15 -07:00
Jeremy Soller
a347c53de6
Do not use sudo for gitlab CI 2023-03-01 11:49:58 -07:00
Jeremy Soller
d4bc4c38a1
Install curl for gitlab CI 2023-03-01 11:42:57 -07:00
Jeremy Soller
29f8be9f65
Force clone in gitlab CI 2023-03-01 11:38:18 -07:00
Jeremy Soller
a675725d7a
Install rustup in gitlab CI 2023-03-01 11:36:51 -07:00
Jeremy Soller
b5d5d69589
Fix bootstrap script path in gitlab CI 2023-03-01 11:32:53 -07:00
Jeremy Soller
4db6bc6da5
Simplify Redox CI 2023-03-01 11:22:47 -07:00
Jeremy Soller
5e39ab0609
Install parted in gitlab CI 2020-12-24 15:47:10 -07:00
Jeremy Soller
d32d94c796
Fix EFI variable, update CI to use 20.04 2020-12-24 15:30:01 -07:00
colepoirier
31c425288c Update .gitlab-ci.yml 2020-07-31 16:38:44 +00:00
Johannes Schilling
5eafb500bc Install the exact versions required in CI
The requirements are checked in mk/depends.mk to be the exact versions
specified here. This way we don't run into version mismatches in CI.
2020-07-14 18:20:59 +02:00
Jeremy Soller
b553383a8e
Cleanup gitlab CI script 2019-06-19 20:11:31 -06:00
Jeremy Soller
ac0c984ece
Revert "Add python to CI install"
This reverts commit d6fb8b79ea.
2019-06-17 20:09:45 -06:00
Jeremy Soller
d6fb8b79ea
Add python to CI install 2019-06-17 19:55:39 -06:00
Jeremy Soller
58217e3466
Update gitlab CI 2019-03-16 15:23:15 -06:00