From 190601d7f6532dbc4a4c448a63a4a8fb81874b64 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 6 Mar 2024 12:24:00 +0100 Subject: [PATCH] ci: fix riscv64 name and enable by default We now have real riscv64 machines to run the CI jobs. Rename the job to reflect that and enable by default. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4755bcf657..6aef87e07c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,9 +113,8 @@ build-armhf: - ci-build - armhf -build-riscv64-emulated: +build-riscv64: extends: .build - when: manual artifacts: name: MR${CI_MERGE_REQUEST_ID}_riscv64 tags: