From 994ca52b7633300d9cb4f5e55c92fd1fa36b7d1d Mon Sep 17 00:00:00 2001
From: Georges Da Costa <dacosta@irit.fr>
Date: Sun, 17 Dec 2023 15:09:31 +0100
Subject: [PATCH] Removes likwid CI

---
 .gitlab-ci.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f5d2cf..75c79f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,16 +9,6 @@ job-build-counters:
     - ./configure.sh -u counters
     - make
 
-job-build-likwid:
-  stage: build-option
-  script:
-    - apk add make gcc musl-dev
-    - wget http://ftp.fau.de/pub/likwid/likwid-stable.tar.gz
-    - tar -xaf likwid-stable.tar.gz
-    - cd likwid-* ; make ; make install; cd ..
-    - ./configure.sh -u likwid
-    - make
-
 job-build-load:
   stage: build-option
   script:
-- 
GitLab