8000 Fix Windows CI by derlih · Pull Request #5168 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Fix Windows CI #5168

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

Merged
merged 11 commits into from
Feb 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use cargo-vcpkg
  • Loading branch information
derlih committed Feb 17, 2024
commit 0c57fd0da74c564bd2dd89c30ae7eb03f5f977aa
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,10 @@ jobs:
with:
components: clippy
- name: Set up the Windows environment
uses: lukka/run-vcpkg@v11
with:
# https://github.com/microsoft/vcpkg/tags
vcpkgGitCommitId: fba75d09065fcc76a25dcf386b1d00d33f5175af
runVcpkgInstall: true
shell: bash
run: |
cargo install cargo-vcpkg
cargo vcpkg -v build

if: runner.os == 'Windows'
- name: Set up the Mac environment
Expand Down
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,11 @@ lto = "thin"
[patch.crates-io]
# REDOX START, Uncomment when you want to compile/check with redoxer
# REDOX 74FF END

[package.metadata.vcpkg]
git = "https://github.com/microsoft/vcpkg"
# https://github.com/microsoft/vcpkg/tags
rev = "2024.02.14"

[package.metadata.vcpkg.target]
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md", dev-dependencies = ["openssl" ] }
6 changes: 0 additions & 6 deletions stdlib/vcpkg.json

This file was deleted.

0