Edit

IABSD.fr/xenocara/lib/mesa/.gitlab-ci/container/container_post_build.sh

Branch :

  • Show log

    Commit

  • Author : jsg
    Date : 2025-06-05 11:23:11
    Hash : 67d6f117
    Message : Import Mesa 25.0.7

  • lib/mesa/.gitlab-ci/container/container_post_build.sh
  • #!/usr/bin/env bash
    
    if test -f /etc/debian_version; then
        apt-get autoremove -y --purge
    fi
    
    # Clean up any build cache
    rm -rf /root/.cache
    rm -rf /root/.cargo
    rm -rf /.cargo
    
    if test -x /usr/bin/ccache; then
        ccache --show-stats
    fi