summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08a536b22dd3..7cd62dfb735e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,5 @@ before_script:
build-package:
stage: test
script:
- - cd /home/notroot
- - su notroot -c "git clone https://aur.archlinux.org/python-cocotb-bus.git"
- - cd python-cocotb-bus
- su notroot -c "makepkg --noconfirm --syncdeps --rmdeps --install --clean"
- python -c 'import cocotb_bus; print("All OK")'