File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4343 - name : Verify that we are in an environment with limited dev tools
4444 run : |
4545 set -x
46- for pattern in cmake g++ libssl-dev make pkgconf pkg-config; do
47- if dpkg-query --status -- "$pattern "; then
46+ for package in cmake g++ libssl-dev make pkgconf pkg-config; do
47+ if dpkg-query --status -- "$package "; then
4848 exit 1
4949 fi
5050 done
6464 pattern='.*\b(-sys|cc|cmake|pkg-config|vcpkg)\b.*'
6565 ! GREP_COLORS='ms=30;48;5;214' grep --color=always -Ex -C 1000000 -e "$pattern" tree.txt
6666 continue-on-error : true
67+ - name : Check for unrecognized *-sys dependencies
68+ run : |
69+ ! grep -qP '(?<!\blinux-raw)-sys\b' tree.txt
6770 - name : Wrap cc1 (and cc1plus if present) to record calls
6871 run : |
6972 cat >/usr/local/bin/wrapper1 <<'EOF'
You can’t perform that action at this time.
0 commit comments