Skip to content

Commit

Permalink
CI: replace focal by noble
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed May 10, 2024
1 parent 0b72379 commit b433412
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/build/apt.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"build-essential", "cmake", "ninja-build", "pkg-config", "python3",
"libboost-dev", "libboost-date-time-dev", "libboost-exception-dev",
"libboost-log-dev", "libboost-filesystem-dev", "libboost-regex-dev",
"libdcmtk-dev", "libicu-dev", "libjsoncpp-dev", "zlib1g-dev",
"libdcmtk-dev", "libicu-dev", "libjsoncpp-dev", "libnsl-dev", "zlib1g-dev",
"pybind11-dev", "python3-pybind11", "python3-dev",
"libboost-test-dev", "dcmtk"])
1 change: 0 additions & 1 deletion .ci/build/post_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,5 @@ def prepend_env_path(item, paths):
os.remove(os.path.join(workspace, "tests", "data", "index.dat"))
for path in glob.glob(os.path.join(workspace, "tests", "data", "RAW_*.dcm")):
os.remove(path)
os.remove(os.path.join(workspace, "tests", "data", "dcmqrscp.config"))

sys.exit(return_code)
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
include:
- { os: "ubuntu-latest", container: "debian:bullseye", packaging: "apt", python: "python3" }
- { os: "ubuntu-latest", container: "debian:bookworm", packaging: "apt", cmake_options: "-DCMAKE_CXX_STANDARD=17", python: "python3" }
- { os: "ubuntu-latest", container: "ubuntu:focal", packaging: "apt", python: "python3" }
- { os: "ubuntu-latest", container: "ubuntu:jammy", packaging: "apt", cmake_options: "-DCMAKE_CXX_STANDARD=17", python: "python3" }
- { os: "ubuntu-latest", container: "ubuntu:noble", packaging: "apt", cmake_options: "-DCMAKE_CXX_STANDARD=17", python: "python3" }
- { os: "ubuntu-latest", packaging: "conda", cmake_options: "-DCMAKE_CXX_STANDARD=17", python: "python" }
# NOTE: macos-latest may run macOS on M1 CPUs for which DCMTK is not compiled.
- { os: "macos-13", packaging: "conda", cmake_options: "-DCMAKE_CXX_STANDARD=17", python: "python" }
Expand Down

0 comments on commit b433412

Please sign in to comment.