Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Dec 2, 2024
1 parent 97234cf commit a209ddb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,13 @@ jobs:
working-directory: ockam_cli
shell: nix develop ./tools/nix#rust --keep CI --ignore-environment --command bash {0}
run: |
set -ex
grep -i docker /proc/1/cgroup || true
grep -i kubepods /proc/1/cgroup || true
hostnamectl || true
ls -l /run/containerd || true
ls -l /run/docker || true
ls -l /.dockerenv || true
rustc --version
set -x
cargo build --bin ockam
Expand Down

0 comments on commit a209ddb

Please sign in to comment.