Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix windows link error #208

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
a2feef7
Clone skeptic locally and leave only windows book ci job
ilslv Mar 10, 2022
ea8798a
Correction
ilslv Mar 10, 2022
a46eed4
Correction
ilslv Mar 10, 2022
0e1d812
Correction
ilslv Mar 10, 2022
fc66644
Try downgrading windows crate
ilslv Mar 10, 2022
821d7ff
Try downgrading windows crate
ilslv Mar 10, 2022
ee5e24d
Try downgrading windows image
ilslv Mar 10, 2022
de6010d
Try downgrading rust version
ilslv Mar 10, 2022
f2d5251
Correction
ilslv Mar 10, 2022
2a6016a
Correction
ilslv Mar 10, 2022
efb9af3
Correction
ilslv Mar 10, 2022
5f56f3b
Correction
ilslv Mar 10, 2022
5196c2a
Add Cargo.lock
ilslv Mar 10, 2022
5675bcb
Corrections
ilslv Mar 10, 2022
4287b30
Corrections
ilslv Mar 10, 2022
f212dcd
Bump windows deps to 0.28
ilslv Mar 10, 2022
3b3058f
Bump windows deps to 0.29
ilslv Mar 10, 2022
042d02c
Bump windows deps to 0.30
ilslv Mar 10, 2022
38ef2a4
Bump windows deps to 0.32
ilslv Mar 10, 2022
8b32c78
Bump windows deps to 0.33
ilslv Mar 10, 2022
00501e4
Corrections
ilslv Mar 10, 2022
72d9a42
Panic with Cargo.lock
ilslv Mar 10, 2022
707c667
Corrections
ilslv Mar 10, 2022
bb62292
Panic with working CArgo.lock
ilslv Mar 10, 2022
8cad1a7
Panic with failing Cargo.lock
ilslv Mar 10, 2022
52bfc75
Corrections
ilslv Mar 10, 2022
6db7ca3
Re-enable windows unit tests and add verbose flag to them
ilslv Mar 10, 2022
bb555ca
Correction
ilslv Mar 10, 2022
9e1cb72
Re-enable windows CI
ilslv Mar 10, 2022
e60788f
Try using patch
ilslv Mar 10, 2022
b7babd1
Try using patch
ilslv Mar 10, 2022
1bfaeed
Re-enable all CI jobs
ilslv Mar 10, 2022
5d26b25
Re-enable all CI jobs
ilslv Mar 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -165,7 +165,7 @@ jobs:
os:
- ubuntu
- macOS
#- windows TODO: fix
- windows
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 5 additions & 1 deletion book/tests/Cargo.toml
Expand Up @@ -15,9 +15,13 @@ clap = { version = "3.0", features = ["derive"] }
cucumber = { version = "0.12", path = "../..", features = ["output-json", "output-junit"] }
futures = "0.3"
humantime = "2.1"
once_cell = { version = "1.8", features = ["parking_lot"] }
once_cell = { version = "=1.9.0", features = ["parking_lot"] }
skeptic = "0.13.7"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }

# See https://github.com/cucumber-rs/cucumber/pull/208#issuecomment-1063851474
[path.crates-io]
parking_lot = "0.11"

[build-dependencies]
skeptic = "0.13.7"