-
- Downloads
ccache: Fix for distcc cross-compiling / various improvements (#1026)
* ccache: Fix for distcc cross-compiling / various improvements * Make ccache work when cross-compiling with distcc (fix #716) * Allow to configure the ccache size in "pmbootstrap init" * Moved ccache stats code from pmb/build/other.py to pmb/helpers/frontend.py * Grouped job count, ccache size and timestamp based rebuilds together to "build options" and allow to skip them * Sorted config options that had to be modified anyway alphabetically * Improve comment in arch-bin-masquerade APKBUILD
Showing
- aports/cross/arch-bin-masquerade/APKBUILD 43 additions, 0 deletionsaports/cross/arch-bin-masquerade/APKBUILD
- aports/cross/ccache-cross-symlinks/APKBUILD 5 additions, 5 deletionsaports/cross/ccache-cross-symlinks/APKBUILD
- aports/cross/gcc-cross-wrappers/APKBUILD 0 additions, 28 deletionsaports/cross/gcc-cross-wrappers/APKBUILD
- pmb/build/__init__.py 1 addition, 1 deletionpmb/build/__init__.py
- pmb/build/_package.py 24 additions, 4 deletionspmb/build/_package.py
- pmb/build/other.py 29 additions, 8 deletionspmb/build/other.py
- pmb/chroot/distccd.py 10 additions, 5 deletionspmb/chroot/distccd.py
- pmb/config/__init__.py 16 additions, 15 deletionspmb/config/__init__.py
- pmb/config/init.py 45 additions, 16 deletionspmb/config/init.py
- pmb/helpers/frontend.py 9 additions, 1 deletionpmb/helpers/frontend.py
- pmb/parse/arguments.py 1 addition, 1 deletionpmb/parse/arguments.py
- test/test_build_package.py 7 additions, 7 deletionstest/test_build_package.py
- test/test_questions.py 18 additions, 0 deletionstest/test_questions.py
Loading
Please register or sign in to comment