Skip to content

Commit b98127d

Browse files
Merge pull request #1558 from Mark-Simulacrum/bump-deps
Bump dependencies to latest versions
2 parents dd579ad + 021186f commit b98127d

File tree

17 files changed

+727
-779
lines changed

17 files changed

+727
-779
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,15 @@ jobs:
177177
- name: Install profilers
178178
run: cargo install --version 0.4.12 cargo-llvm-lines
179179

180-
- name: Install Bytehound
181-
run: |
182-
git clone https://github.com/koute/bytehound
183-
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
180+
# Bytehound is currently broken, removing it to keep CI green.
181+
#- name: Install Bytehound
182+
# run: |
183+
# mkdir -p bytehound
184+
# cd bytehound
185+
# wget https://github.com/koute/bytehound/releases/download/0.11.0/bytehound-x86_64-unknown-linux-gnu.tgz
186+
# tar xf bytehound-x86_64-unknown-linux-gnu.tgz
187+
# cd ..
188+
# echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${PWD}/bytehound" >> $GITHUB_ENV
188189

189190
- name: Configure environment
190191
run: |

0 commit comments

Comments
 (0)