Skip to content

Commit a826e04

Browse files
author
Diptorup Deb
authored
Fix a left over section in the contributing.md (#461)
1 parent 35ba8ca commit a826e04

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,15 @@ these steps:
175175
The coverage data for every PR is also available online at
176176
[coveralls.io](https://coveralls.io/github/IntelPython/dpctl).
177177

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
179180
> 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.

0 commit comments

Comments
 (0)