File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -175,18 +175,15 @@ these steps:
175
175
The coverage data for every PR is also available online at
176
176
[coveralls.io](https://coveralls.io/github/IntelPython/dpctl).
177
177
178
- > ** _NOTE:_** Run ` git clean -xdf` to clean up the working tree before running
178
+ > ** _NOTE:_**
179
+ > 1. Run ` git clean -xdf` to clean up the working tree before running
179
180
> a fresh build with code coverage data generation.
180
-
181
- # # Error in the build process
182
-
183
- An error occurs during the dcptl build with the CODE_COVERAGE environment
184
- variable:
185
- ```
186
- error: '../compat/unistd.h' file not found, did you mean 'compat/unistd.h'?
187
- # include "../compat/unistd.h"
188
- ^
189
- 1 error generated.
190
- ```
191
- The error is related to the `tcl` package.
192
- You need to remove the tcl package to resolve this error.
181
+ > 2. You may encounter the following error when generating coverage data:
182
+ > ` ` `
183
+ > error: ' ../compat/unistd.h' file not found, did you mean ' compat/unistd.h' ?
184
+ > # include "../compat/unistd.h"
185
+ > ^
186
+ > 1 error generated.
187
+ > ` ` `
188
+ > The error is related to the ` tcl` package. You should uninstall the ` tcl`
189
+ > package to resolve the error.
You can’t perform that action at this time.
0 commit comments