Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 1b90c79

Browse files
committedOct 4, 2024
XANMOD: .gitlab-ci: Add x86-64-v1 build job
Signed-off-by: Alexandre Frade <kernel@xanmod.org>
1 parent bc96121 commit 1b90c79

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎.gitlab-ci.yml

+17
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ variables:
1919
KDEB_CHANGELOG_DIST: "bookworm"
2020
KCONFIG_CONFIG: "CONFIGS/xanmod/gcc/config_$psabi"
2121

22+
6.11 x64v1:
23+
tags: [saas-linux-xlarge-amd64]
24+
stage: build
25+
only:
26+
- branches
27+
variables:
28+
psabi: x86-64-v1
29+
script:
30+
- eval $mvcmd && eval $avcmd
31+
artifacts:
32+
name: "$CI_JOB_NAME~$CI_COMMIT_SHORT_SHA"
33+
paths:
34+
- assets/
35+
exclude:
36+
- assets/*dbg*
37+
timeout: 1h
38+
2239
6.11 x64v2:
2340
tags: [saas-linux-xlarge-amd64]
2441
stage: build

0 commit comments

Comments
 (0)
This repository has been archived.