-
v0.21.009d79c1e · ·
0.21.0 release New features: - tuxmake-check-environment: refactor checks - tuxmake-check-environment: check producing binaries - tuxmake-check-environment: check cross compiling with clang Documentation updates: - docs/toolchains.md: document clang variants Container images: - runtime: add clang-android images
-
v0.18.178b8035b · ·
0.18.1 release Bug fixes: - tuxmake-offline-build: use temporary directory for socket - tuxmake-offline-build: fail early without socat - deb, rpm: recommend socat - runtime: wrap errors from tuxmake-offline-build - tuxmake-offline-build: wait for service, and warn if it can't be reached - tuxmake-offline-build: label socat processes Documentation updates: - docs: document recommendation of having socat
-
v0.18.0bf3740a0 · ·
0.18.0 release New features: - runtime: docker/podman: run all commands on a single container - cmdline: bash_completion: complete config files - target: add kconfig_add target option - targets: add kselftest-bpf - runtime: run all build commands offline Bug fixes: - deb, rpm: enforce requirement on python3 >= 3.6 - deb: use binary gpg key Documentation updates: - docs: add page to collect link to external resources 786f3e9 docs: document requirement for Python 3.6+ Container images: - docker: debian testing: prefer unstable over experimental - docker: add packages needed for BPF selftests - docker: fix installation of clang-nightly - docker: gcc-11 images now being provided
-
v0.17.016b73101 · ·
0.17.0 release New features: - metadata: tools: get version from ccache/sccache Bug fixes: - ccache: don't include current directory in hash Documentation updates: - doc: minor writing improvements - docs: add contact page with IRC/Discord info - README.md: fix docker hub link Container images: - docker: move all images away from debian unstable - docker: upgrade unversioned "gcc" images to gcc 10 - docker: minimize output by default - docker: base: install recommends for auto-apt-proxy - docker: add gcc-11 images - docker: Makefile: add smoke-test target - docker: configure: handle dependencies between our base images
-
v0.16.0c7e32c06 · ·
0.16.0 release Documentation updates: * doc: update main website URL * doc: change website title to just "TuxMake" * doc: document how to override the kernel image. * doc: Build: update default for the `jobs` parameter * doc: proofread packaging advice * Add the full tuxmake logo to the top of the page * coc: add contact email address for reports * README.md: fix link * Add basic container about and usage pages Behavior changes: * Build `header` target by default * runtime: only pull container images once a day New featues: * target: add cpupower * target: add perf support Container images: * docker: drop workaround for libhugetlbfs-dev on Debian <= 10 * docker: skip libunwind-dev on s390x