Skip to content

Commit dd5cb19

Browse files
Update bytehound to support newer jemalloc
1 parent 74e8467 commit dd5cb19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ jobs:
179179

180180
- name: Install Bytehound
181181
run: |
182-
git clone https://github.com/koute/bytehound
182+
mkdir -p bytehound
183183
cd bytehound
184-
# Newer versions of Bytehound use unstable features
185-
git checkout d8363a1f959cc52f2ce0e0603120b9ad2e70d506
186-
cargo build --release -p bytehound-preload
187-
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/target/release" >> $GITHUB_ENV
184+
wget https://github.com/koute/bytehound/releases/download/0.11.0/bytehound-x86_64-unknown-linux-gnu.tgz
185+
tar xf bytehound-x86_64-unknown-linux-gnu.tgz
186+
cd ..
187+
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/bytehound" >> $GITHUB_ENV
188188
189189
- name: Configure environment
190190
run: |

0 commit comments

Comments
 (0)