Skip to content

Commit

Permalink
update workflow with go symlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Phillips <rphillips@redhat.com>
  • Loading branch information
rphillips committed May 2, 2022
1 parent 52c5855 commit 95b2413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,5 +195,7 @@ jobs:
path: target/x86_64-unknown-linux-musl/release
- run: chmod +x target/x86_64-unknown-linux-musl/release/conmonrs
- run: .github/install-deps
- name: create symlink
run: sudo ln -f -s $GOROOT/bin/* /usr/bin/
- name: Integration tests
run: RUNTIME_PATH="/usr/sbin/runc" make integration-static
2 changes: 1 addition & 1 deletion conmon-rs/server/src/oom_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl OOMWatcher {

let (mut watcher, mut rx) = Self::async_watcher()?;
debug!(
"{}:watching oom path {}",
"{}: watching oom path {}",
pid,
memory_events_file_path.display()
);
Expand Down

0 comments on commit 95b2413

Please sign in to comment.