From ea34d2b9d1ce151601278c6c4928014e4bf842d4 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 6 Jan 2023 14:32:23 -0500 Subject: [PATCH] Update libEHP to test for update of ELFIO. Update to use CentOS Stream 9, intead of CentOS 7.6 --- .gitlab-ci.yml | 20 ++++++++++---------- irdb-libs/libehp | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6dfe6af5..54a405c08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,10 +27,10 @@ do-nightly-clean-ubuntu18: tags: - ubuntu18 -do-nightly-clean-centos76: +do-nightly-clean-coss9: <<: *do-nightly-clean tags: - - centos76 + - coss9 do-nightly-clean-arm32: <<: *do-nightly-clean @@ -69,10 +69,10 @@ do-build-ubuntu18: tags: - ubuntu18 -do-build-centos76: +do-build-coss9: <<: *do-build tags: - - centos76 + - coss9 do-build-arm32: <<: *do-build @@ -170,10 +170,10 @@ basic_eh-tests-ubuntu18: tags: - ubuntu18 -basic_eh-tests-centos76: +basic_eh-tests-coss9: <<: *basic_eh-tests tags: - - centos76 + - coss9 basic_eh-tests-ubuntu20: <<: *basic_eh-tests @@ -198,10 +198,10 @@ builtin-xforms-ubuntu18: tags: - ubuntu18 -builtin-xforms-centos76: +builtin-xforms-coss9: <<: *builtin-xforms tags: - - centos76 + - coss9 builtin-xforms-ubuntu20: <<: *builtin-xforms @@ -241,10 +241,10 @@ elfdep-ubuntu18: tags: - ubuntu18 -elfdep-centos76: +elfdep-coss9: <<: *elfdep tags: - - centos76 + - coss9 elfdep-ubuntu20: <<: *elfdep tags: diff --git a/irdb-libs/libehp b/irdb-libs/libehp index 8a0ab3b37..67a273395 160000 --- a/irdb-libs/libehp +++ b/irdb-libs/libehp @@ -1 +1 @@ -Subproject commit 8a0ab3b37445ca736cb3021be1c7126a77e57d7d +Subproject commit 67a273395215676f4316c14b9ef618cfd04d5987 -- GitLab