bloat-buster/ci/reproduce.sh
David Gonzalez Martin 2575d6d027
Some checks failed
CI / ci (Release, ubuntu-latest) (pull_request) Successful in 23s
CI / ci (Release-assertions, ubuntu-latest) (pull_request) Successful in 27s
CI / ci (Release, ubuntu-latest) (push) Successful in 24s
CI / ci (Release-assertions, ubuntu-latest) (push) Successful in 30s
CI / ci (Debug, ubuntu-latest) (push) Successful in 4m56s
CI / release (ubuntu-latest) (push) Failing after 2s
Delete C++ implementation and dead code
2025-06-27 18:34:04 -06:00

7 lines
482 B
Bash
Executable File

set -eux
rm -rf bb-cache self-hosted-bb-cache || true
./generate.sh
CMAKE_PREFIX_PATH=$HOME/dev/llvm/install/llvm_${LLVM_VERSION}_x86_64-linux-${CMAKE_BUILD_TYPE} $HOME/bloat-buster-artifacts/releases/main/compiler_generic reproduce
mkdir -p $HOME/bloat-buster-artifacts/$(git rev-parse --abbrev-ref HEAD)/$(git rev-parse HEAD)/$CMAKE_BUILD_TYPE
mv ./self-hosted-bb-cache $HOME/bloat-buster-artifacts/$(git rev-parse --abbrev-ref HEAD)/$(git rev-parse HEAD)/$CMAKE_BUILD_TYPE/cache