We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e659d commit 55a8094Copy full SHA for 55a8094
.github/workflows/prebuild.yml
@@ -58,6 +58,7 @@ jobs:
58
export KERL_RELEASE_TARGET="debug asan opt gcov gprof valgrind lcnt"
59
export KERL_CONFIGURE_OPTIONS="--disable-hipe --with-odbc"
60
61
+ sudo apt install -y valgrind
62
if [[ ${type} == "otp-lttng" ]]; then
63
sudo apt-add-repository ppa:lttng/stable-2.12
64
sudo apt-get update
@@ -73,7 +74,7 @@ jobs:
73
74
sudo chmod 777 "$target_dir"
75
./kerl update releases
76
./kerl build-install "${otp_vsn}" "${type}-${otp_vsn}" "$target_dir"
- tar czvf "${type}-${otp_vsn}-${os}.tar.gz" "$target_dir"
77
+ tar czvf "${type}-${otp_vsn}-${os}.tar.gz" "$target_dir" "$HOME/.kerl"
78
79
- name: cat failed build log
80
if: failure()
0 commit comments