Skip to content

Commit

Permalink
JikesRVM's Rust project needs files that are generated in the building
Browse files Browse the repository at this point in the history
process. Try use cargo generate-lockfile for JikesRVM
  • Loading branch information
qinsoon committed Oct 24, 2023
1 parent b5250e7 commit 0d5c436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/auto-merge-inner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Setup
if: steps.check-input.outputs.skip == 'false'
working-directory: ${{ env.BINDING_WORK_DIR }}
run: |
.github/scripts/ci-setup.sh
- name: Update mmtk dependency
if: steps.check-input.outputs.skip == 'false'
working-directory: ${{ env.MMTK_CORE_WORK_DIR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
base_repo: mmtk/mmtk-jikesrvm
ref: ${{ needs.binding-refs.outputs.jikesrvm_binding_ref }}
core_commit: ${{ needs.get-merged-pr.outputs.commit }}
update_lockfile: cargo build --features nogc --target i686-unknown-linux-gnu
update_lockfile: cargo generate-lockfile
secrets: inherit

check-merge-v8-pr:
Expand Down

0 comments on commit 0d5c436

Please sign in to comment.