File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 run : ./ci/do_ci.sh cmake.install.test
212212
213213 ubuntu_2404_conan_stable :
214- name : Ubuntu 24.04 conan stable versions cxx17 (static libs - shared libs - opentracing shim)
214+ name : Ubuntu 24.04 conan stable versions cxx17 (static libs - opentracing shim)
215215 runs-on : ubuntu-24.04
216216 env :
217217 INSTALL_TEST_DIR : ' /home/runner/install_test'
@@ -240,10 +240,6 @@ jobs:
240240 env :
241241 BUILD_SHARED_LIBS : ' OFF'
242242 run : ./ci/do_ci.sh cmake.install.test
243- - name : Run Tests (shared libs)
244- env :
245- BUILD_SHARED_LIBS : ' ON'
246- run : ./ci/do_ci.sh cmake.install.test
247243 - name : verify pkgconfig packages
248244 run : |
249245 export PKG_CONFIG_PATH=$INSTALL_TEST_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
You can’t perform that action at this time.
0 commit comments