Skip to content

Commit

Permalink
Set MMTK_JULIA_DIR before run ffi check
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Jan 16, 2025
1 parent 38cf7c4 commit 8e6ede1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/binding-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
./.github/scripts/ci-ffi.sh
- run: |
MMTK_JULIA_DIR=$(realpath $(dirname "$0"))/../mmtk-julia
if ! git diff --exit-code $MMTK_JULIA_DIR/mmtk/src/julia_types.rs; then
echo "Rust FFI bindings in \`julia_types.rs\` are outdated. Run \`make regen-bindgen-ffi\` from the mmtk-julia directory and make sure to include the updated file in the pull request."
exit 1
Expand Down

0 comments on commit 8e6ede1

Please sign in to comment.