question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CORE] Windows support

See original GitHub issue

Associated Template/Command/Core General Windows support for cookietemple

This issue serves as a list of all bugs that we need to fix to support Windows:

  • cryptography is a pain to include into our CI pipelines due to cryptography. build\temp.win-amd64-3.8\Release\_openssl.c(546): fatal error C1083: Cannot open include file: 'openssl/opensslv.h': No such file or directory This is how cryptography builds it: https://github.com/pyca/cryptography/blob/master/.github/workflows/ci.yml A pain to set up

  • Verify whether ‘git’ is always accessible as a subprocess.

  • Windows has no ~/.config per default for Cookietemple config and key files

  • Makefiles need to be made compatible with Windows. One possibility would be to write 2 Makefiles (Unix & Windows) and load the correct one depending on the OS

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
Zethsoncommented, Jun 15, 2020

It may actually work to install OpenSSL using choco on windows: https://chocolatey.org/packages/openssl

1reaction
adlantocommented, Jun 10, 2020

Additional Issue: Makefile needs Windows support Unix commands from Unix are not supported by Windows rm -fr == rd /s /q

Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET and .NET Core official support policy - Microsoft
Learn about .NET and .NET Core support policies, which refer to several technologies including the runtime, ASP.NET Core and Entity Framework Core.
Read more >
Does My Intel® Processor Support Microsoft Windows® 10?
In the table below, we can see that the processor supports Windows® 10, 64-bit. Note, To see the full list of the Intel®...
Read more >
core/supported-os.md at main · dotnet/core - GitHub
Windows · Linux · macOS · Android · iOS / tvOS · Support changes from .NET 5.0 · Out of support OS versions...
Read more >
Windows Operating System support for Intel Kaby Lake ... - Dell
Article Content. Symptoms. Kaby Lake, and Later Generations of Processors: Starting with Intel's seventh-generation Core processors, the Kaby ...
Read more >
How many processors can Windows 10 support? - Quora
Windows 10 supports a maximum of two physical CPUs, but the number of logical processors or cores varies based on the processor architecture....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found