Skip to content
Snippets Groups Projects
Commit e7e278b3 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

CI: Workaroung for #116 in tests

parent af372b15
No related branches found
No related tags found
No related merge requests found
Pipeline #26306 passed
...@@ -179,6 +179,9 @@ test:arch: ...@@ -179,6 +179,9 @@ test:arch:
image: archlinux/base:latest image: archlinux/base:latest
before_script: before_script:
- pacman -Syu --noconfirm base-devel bash bc coreutils cmake make python cppunit libxml2 tclap readline qt5-base graphviz jsoncpp - pacman -Syu --noconfirm base-devel bash bc coreutils cmake make python cppunit libxml2 tclap readline qt5-base graphviz jsoncpp
- pacman -Syu --noconfirm binutils
- strip --remove-section=.note.ABI-tag /usr/lib/libQt5Core.so.5
dependencies: dependencies:
- build:arch - build:arch
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment