Skip to content

Commit db91fd1

Browse files
k-sareenmmtkgc-bot
andauthored
Enable reference processing by default in CI (#312)
Related to: mmtk/mmtk-core#1360. Closes: #304. --------- Co-authored-by: mmtkgc-bot <[email protected]>
1 parent 0e160c3 commit db91fd1

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

.github/scripts/ci-test-extended.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ $cur/ci-build.sh
1919
# Test
2020
$cur/ci-test-only-normal.sh
2121
$cur/ci-test-only-normal-no-compressed-oops.sh
22-
$cur/ci-test-only-weak-ref.sh
2322

2423
# Build with extreme assertions
2524
MMTK_EXTREME_ASSERTIONS=1 $cur/ci-build.sh

.github/scripts/ci-test-only-weak-ref.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/run-dacapo-2006.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
test-script: ["ci-test-only-normal", "ci-test-only-normal-no-compressed-oops", "ci-test-only-weak-ref"]
48+
test-script: ["ci-test-only-normal", "ci-test-only-normal-no-compressed-oops"]
4949
steps:
5050
# We need to check out the binding repo to get the running configs and test scripts
5151
- name: Checkout MMTk OpenJDK binding

mmtk/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ probe = "0.5"
3535
# - change branch
3636
# - change repo name
3737
# But other changes including adding/removing whitespaces in commented lines may break the CI.
38-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "d93262b4397df4866a64a1d268689ae20f208713" }
38+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "7d798ad8a71aa6df80f58f5e565e4f9274d06871" }
3939
# Uncomment the following to build locally
4040
# mmtk = { path = "../repos/mmtk-core" }
4141

0 commit comments

Comments
 (0)