Skip to content

Commit d5bf956

Browse files
committed
Remove the conan shared libs job
1 parent 225ebde commit d5bf956

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/cmake_install.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)