Skip to content

Commit 55a8094

Browse files
committed
fix: valgrind build
1 parent 34e659d commit 55a8094

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
export KERL_RELEASE_TARGET="debug asan opt gcov gprof valgrind lcnt"
5959
export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-odbc"
6060
61+
sudo apt install -y valgrind
6162
if [[ ${type} == "otp-lttng" ]]; then
6263
sudo apt-add-repository ppa:lttng/stable-2.12
6364
sudo apt-get update
@@ -73,7 +74,7 @@ jobs:
7374
sudo chmod 777 "$target_dir"
7475
./kerl update releases
7576
./kerl build-install "${otp_vsn}" "${type}-${otp_vsn}" "$target_dir"
76-
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" "$target_dir"
77+
tar czvf "${type}-${otp_vsn}-${os}.tar.gz" "$target_dir" "$HOME/.kerl"
7778
7879
- name: cat failed build log
7980
if: failure()

0 commit comments

Comments
 (0)