Compare commits
1 Commits
2575d6d027
...
45c28e1af7
Author | SHA1 | Date | |
---|---|---|---|
45c28e1af7 |
@ -1,6 +1,8 @@
|
||||
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
|
||||
./build.sh
|
||||
./build/bb test
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user