Skip to content

Commit

Permalink
fix: still fixing pyelftools for bin2cbundle step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
appcypher committed Oct 13, 2024
1 parent a287962 commit 8f5d4c3
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/tests_and_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,38 +30,10 @@ jobs:
toolchain: stable
override: true

- name: Debug Environment
run: |
echo "Current directory: $(pwd)"
echo "Directory contents:"
ls -la
echo "PATH: $PATH"
echo "Rust version:"
rustc --version
echo "Cargo version:"
cargo --version
echo "Python version:"
python3 --version
- name: Build libkrun
uses: actions-rs/cargo@v1
run: |
echo "Starting libkrun build..."
echo "build_libkrun.sh contents:"
cat ./build_libkrun.sh
echo "Executing build_libkrun.sh..."
./build_libkrun.sh
env:
PATH: ${{ env.HOME }}/.cargo/bin:${{ env.PATH }}

- name: Debug Post-Build
run: |
echo "build_libkrun.sh execution completed"
echo "Current directory: $(pwd)"
echo "Directory contents:"
ls -la
echo "Checking for libkrun files:"
ls -la /usr/local/lib64/libkrun* || echo "No libkrun files found in /usr/local/lib64"
ls -la /usr/local/lib/libkrun* || echo "No libkrun files found in /usr/local/lib"
- name: Cache libkrun
uses: actions/cache@v3
Expand Down

0 comments on commit 8f5d4c3

Please sign in to comment.