Skip to content

Commit 3f19e6a

Browse files
committedSep 26, 2023
Remove outdated windows CI information
The CONTRIBUTING.md file states that our CI does not run regression checks on Windows, which is outdated information. In fact, we do execute regression checks on Windows in our current CI. This pull request removes the outdated section.
1 parent 5cdd414 commit 3f19e6a

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed
 

‎CONTRIBUTING.md

-23
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,3 @@ All submitted pull requests are also automatically
124124
run against our test suite via [Github Actions](https://github.com/timescale/timescaledb/actions)
125125
(that link shows the latest build status of the repository).
126126

127-
## Advanced Topics
128-
129-
### Testing on Windows
130-
131-
Currently our CI infrastructure only ensures that TimescaleDB builds on
132-
Windows, but does not run regression tests due to differences between
133-
Unix-based systems and Windows. We do run these tests before releases
134-
manually, and it would be a bonus if you could test at least non-trivial
135-
contributions for Windows. This involves setting up a remote Windows machine
136-
with TimescaleDB and a Unix-based (e.g., macOS or Linux) machine
137-
to serve as the client. To set up the Windows machine, build from source:
138-
```bash
139-
./bootstrap -DCMAKE_BUILD_TYPE=Debug
140-
cmake --build ./build --config Debug
141-
cmake --build ./build --config Debug --target install
142-
```
143-
144-
Then on the client machine:
145-
```bash
146-
./bootstrap -DCMAKE_BUILD_TYPE=Debug -DTEST_PGHOST=ip_addr_of_Win_machine
147-
cd build && make
148-
make installchecklocal
149-
```

0 commit comments

Comments
 (0)