Skip to content

Commit f636d6f

Browse files
committed
Hard code mmtk-core repo/ref for testing
1 parent 2530d23 commit f636d6f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
pip3 install tomlkit
4444
python3 .github/scripts/patch-mmtk-dep.py mmtk/Cargo.toml ${{ inputs.mmtk-core-ref }} ${{ inputs.mmtk-core-repo }}
45+
cat mmtk/Cargo.toml
4546
working-directory: ./git/mmtk-openjdk
4647
- name: Setup environment
4748
run: ./.github/scripts/ci-setup.sh

.github/workflows/test-core-extended.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
uses: ./.github/workflows/build.yml
2323
with:
2424
debug-level: fastdebug
25-
mmtk-core-repo: ${{ inputs.mmtk-core-repo }}
26-
mmtk-core-ref: ${{ inputs.mmtk-core-ref }}
25+
# mmtk-core-repo: ${{ inputs.mmtk-core-repo }}
26+
# mmtk-core-ref: ${{ inputs.mmtk-core-ref }}
27+
mmtk-core-repo: qinsoon/mmtk-core
28+
mmtk-core-ref: 4156c28e90235c51de9740001f62b12d423a0fcc
2729

2830
# Feature build
2931
build-vo-bit:

0 commit comments

Comments
 (0)