There was an error while loading. Please reload this page.
2 parents 9dbe250 + 94b5e46 commit b6157e1Copy full SHA for b6157e1
2 files changed
.gitlab-ci.yml
@@ -53,6 +53,9 @@ variables:
53
- KaraboFramework
54
image: europeanxfel/karabo-ci:$ARCH_TAG
55
before_script:
56
+ # peek inside cache
57
+ - hostname || true
58
+ - find /cache || true
59
# install conan to docker image
60
- python3 -m pip install --upgrade pip
61
- python3 -m pip install conan==1.62.0
extern/conanfile.txt
@@ -32,7 +32,7 @@ libtiff/4.3.0
32
33
# any
34
nss/3.72
35
-# we could use this if we update the framework
+# we could use this if we update the framework
36
# redboltz-mqtt_cpp/13.0.0
37
38
# forced - these are pinned to allow conan to resolve dependency conflicts
0 commit comments