Skip to content

Commit

Permalink
[ci,cs] workaround random output mixup for csTwoLibs test
Browse files Browse the repository at this point in the history
CI sometimes (3 times over 30 runs when I measured) ends up mixing up
dll output of this test, and tries to compile (natively) code compiled
both with and without -D no-root

Clearing output folder between runs seems to make the problem disappear
  • Loading branch information
kLabz committed Dec 14, 2023
1 parent 989bec7 commit ce19684
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/misc/cs/csTwoLibs/compile-1.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--cmd rm -rf bin
--next
cs.Boot
--dce no
-cs bin/haxeboot
Expand Down
2 changes: 2 additions & 0 deletions tests/misc/cs/csTwoLibs/compile-2.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--cmd rm -rf bin
--next
cs.Boot
--dce no
-cs bin/haxeboot
Expand Down
2 changes: 2 additions & 0 deletions tests/misc/cs/csTwoLibs/compile-3.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--cmd rm -rf bin
--next
cs.Boot
--dce no
-cs bin/haxeboot
Expand Down
2 changes: 2 additions & 0 deletions tests/misc/cs/csTwoLibs/compile-4.hxml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
--cmd rm -rf bin
--next
cs.Boot
--dce no
-cs bin/haxeboot
Expand Down

0 comments on commit ce19684

Please sign in to comment.