mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 17:03:07 +09:00
9 lines
161 B
Bash
9 lines
161 B
Bash
#! /bin/bash -ex
|
|
|
|
test -d $1 # workspace must exist at this point...
|
|
WORKSPACE=$( cd "$1" && pwd )
|
|
|
|
export CCACHE_DIR=$WORKSPACE/ccache
|
|
|
|
ccache -M 12G
|
|
ccache -s
|