File tree 2 files changed +8
-0
lines changed 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,10 @@ stack build --flag stack:integration-tests stack --exec "stack-integration-test
582
582
To disable folders named after ` <PATTERN1> ` and ` <PATTERN2> `
583
583
It's especially useful when some tests are taking a while to complete.
584
584
585
+ On Linux, the ` stack-integration-test ` executable uses the ` lld ` linker and
586
+ expects it to be on the PATH. The integration tests complete significantly
587
+ quicker with ` lld ` than with the ` ld.bfd ` linker.
588
+
585
589
## Continuous integration (CI)
586
590
587
591
We use [ GitHub Actions] ( https://docs.github.com/en/actions ) to do CI on Stack.
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Note that this command can take a _long_ time. It's also more thorough
30
30
than the quick command given above, as it will run each test with a
31
31
clean ` STACK_ROOT ` .
32
32
33
+ On Linux, the ` stack-integration-test ` executable uses the ` lld ` linker and
34
+ expects it to be on the PATH. The integration tests complete significantly
35
+ quicker with ` lld ` than with the ` ld.bfd ` linker.
36
+
33
37
## Helper scripts
34
38
35
39
There are two helper scripts in this directory. Note that these may
You can’t perform that action at this time.
0 commit comments