File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - name : retrieve merge target info
99 run : git fetch origin $GITHUB_BASE_REF
1010 - run : sudo apt-get update
11- - run : sudo apt-get install -y clang-format-12
11+ - run : sudo apt-get install -y clang-format-17
1212 - name : run git-clang-format
1313 run : |
1414 target=$(git rev-parse origin/$GITHUB_BASE_REF)
15- git-clang-format-12 --quiet --diff $target > clang-format-diff
15+ git-clang-format-17 --quiet --diff $target > clang-format-diff
1616 lint=$(grep -v --color=never "no modified files to format" clang-format-diff || true)
1717 if [ ! -z "$lint" ]; then echo "format errors, inspect the clang-format-diff artifact for info"; exit 1; else exit 0; fi
1818 shell : bash
3434 fetch-depth : 0
3535 - uses : cachix/install-nix-action@v13
3636 with :
37- nix_path : nixpkgs=channel:nixos-22 .05
37+ nix_path : nixpkgs=channel:nixos-24 .05
3838 - run : nix-shell --command "./autogen.sh; ./configure --enable-docs; make html"
Original file line number Diff line number Diff line change 1- { pkgs ? import ( builtins . fetchTarball "https://github.com/NixOS/nixpkgs/archive/22 .05.tar.gz" ) { }
1+ { pkgs ? import ( builtins . fetchTarball "https://github.com/NixOS/nixpkgs/archive/24 .05.tar.gz" ) { }
22} :
33pkgs // rec {
44 stdenv = pkgs . gcc12Stdenv ;
Original file line number Diff line number Diff line change 33with pkgs ;
44mkShell . override { stdenv = pkgs . stdenv ; } {
55 inputsFrom = [ aml ] ;
6- nativeBuildInputs = [ autoreconfHook pkgconfig ] ;
6+ nativeBuildInputs = [ autoreconfHook pkgconf ] ;
77 buildInputs = [
88 # deps for docs
99 graphviz
You can’t perform that action at this time.
0 commit comments