diff --git a/.circleci/config.yml b/.circleci/config.yml index 7baebeb2..b7f18d50 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,15 +18,15 @@ executors: debian11: docker: - image: docker.io/debian:11 + debian12: + docker: + - image: docker.io/debian:12 fedora37: docker: - image: docker.io/fedora:37 fedora38: docker: - image: docker.io/fedora:38 - centos8: - docker: - - image: quay.io/centos/centos:stream8 centos9: docker: - image: quay.io/centos/centos:stream9 @@ -117,15 +117,15 @@ jobs: command: | nix-channel --update nix-build - bigsur: + ventura: macos: - xcode: 12.5.1 + xcode: 13.4.1 steps: - checkout - run: name: Install pkg-config command: | - brew install pkg-config libtool + brew install pkg-config libtool autoconf automake - run: name: Configure command: | @@ -145,7 +145,7 @@ jobs: autoreconf -vif ./configure make - make install + DESTDIR=$PWD/prefix make install make check - run: name: Rebuild and test using distribution tarball @@ -157,7 +157,7 @@ jobs: cd lsof-* ./configure make - make install + DESTDIR=$PWD/prefix make install make check # Invoke jobs via workflows @@ -168,6 +168,6 @@ workflows: - linux: matrix: parameters: - distro: [fedora37, fedora38, centos8, centos9, debian11, ubuntu2204, archlinux, opensuse15, alpine317] + distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317] - nixos - - bigsur + - ventura diff --git a/.cirrus.yml b/.cirrus.yml index 7a4e08be..41751e66 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ task: matrix: - image_family: freebsd-15-0-snap - image_family: freebsd-14-0 - - image_family: freebsd-13-2 + - image_family: freebsd-13-3 install_script: pkg install -y bash git autoconf automake libtool groff pkgconf build_script: - ./Configure -n freebsd diff --git a/docs/requirements.txt b/docs/requirements.txt index 4a92109f..bc4d069a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -36,5 +36,5 @@ six==1.16.0 # via python-dateutil watchdog==2.2.1 # via mkdocs -zipp==3.11.0 +zipp==3.19.1 # via importlib-metadata