Skip to content

Commit ad6d0de

Browse files
authored
chore(ci): refactor incremental causes ci tests failed (#10174)
1 parent 830a66b commit ad6d0de

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/rspack-test-tools/tests/watchCases/hashes/runtimeChunkGetChunkFilename/0/warnings.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = process.env.RSPACK_INCREMENTAL_WATCH_TEST
2+
? [/Chunks that dependent on full hash is not friendly for incremental, it requires calculating the hashes of all the chunks, which is a global effect. For this rebuild incremental\.chunksHashes are fallback to non-incremental/]
3+
: [];

packages/rspack-test-tools/tests/watchCases/hashes/runtimeChunkHash/0/warnings.js

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = process.env.RSPACK_INCREMENTAL_WATCH_TEST
2+
? [/Chunks that dependent on full hash is not friendly for incremental, it requires calculating the hashes of all the chunks, which is a global effect. For this rebuild incremental\.chunksHashes are fallback to non-incremental/]
3+
: [];

0 commit comments

Comments
 (0)