Skip to content

Commit 2b698ec

Browse files
authored
Merge pull request #1458 from rust-lang/bytehound-ci
Pin Bytehound to a specific commit in CI
2 parents e6a7052 + c3c40ce commit 2b698ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ jobs:
152152
run: |
153153
git clone https://github.com/koute/bytehound
154154
cd bytehound
155+
# Newer versions of Bytehound use unstable features
156+
git checkout bcae7caa3b01bb60ec6d4159ac8b9af28a7c927a
155157
cargo build --release -p bytehound-preload
156158
echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/target/release" >> $GITHUB_ENV
157159

0 commit comments

Comments
 (0)