bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions | bash ../ubuntu2204.sh chown $$(id -u):$$(id -g) . -R # fix permissions | ||||
build: | build: | ||||
# see issue https://exerror.com/fatal-detected-dubious-ownership-in-repository/ | |||||
git config --global --add safe.directory '*' | |||||
switch-to-latest-clang | switch-to-latest-clang | ||||
apt-get update | apt-get update | ||||
apt-get install pkg-config python2.7 -y | apt-get install pkg-config python2.7 -y |