Skip to content

Commit

Permalink
CI: Newer CCache for HIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Mar 4, 2022
1 parent 46c4763 commit ba1c7e0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/dependencies/hip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ sudo apt-get update
# other: rocm-dev rocm-utils
sudo apt-get install -y --no-install-recommends \
build-essential \
ccache \
gfortran \
libnuma-dev \
libopenmpi-dev \
Expand All @@ -48,3 +47,13 @@ which clang++
sudo curl -L -o /usr/local/bin/cmake-easyinstall https://git.io/JvLxY
sudo chmod a+x /usr/local/bin/cmake-easyinstall
export CEI_SUDO="sudo"
export CEI_TMP="/tmp/cei"

# ccache 4.2+
#
cmake-easyinstall --prefix=/usr/local \
git+https://github.com/ccache/[email protected] \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_DOCUMENTATION=OFF \
-DENABLE_TESTING=OFF \
-DWARNINGS_AS_ERRORS=OFF

0 comments on commit ba1c7e0

Please sign in to comment.