[PR #103] [MERGED] Windows ci #1242

Closed
opened 2026-03-16 01:55:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/103
Author: @liranringel
Created: 3/11/2017
Status: Merged
Merged: 4/12/2017
Merged by: @bluejekyll

Base: masterHead: windows-ci


📝 Commits (6)

  • d14922d Added appveyor.yml
  • a01b28b Added openssl installation, build client and server crates
  • c3c6121 Merge branch 'master' into windows-ci
  • d66e276 Test all features
  • 2b574a8 Set RUST_BACKTRACE=1
  • 5ff2f0d Merge branch 'master' into windows-ci

📊 Changes

1 file changed (+38 additions, -0 deletions)

View changed files

appveyor.yml (+38 -0)

📄 Description

It turns out that native-tls uses schannel for windows, so I'll probably remove openssl installation later.
The client build and tests passes without default features (without encryption), but the server crate uses native-tls even without the default features, so the the ci fails.

The plan is to get tls work on windows and then test it against all features.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/103 **Author:** [@liranringel](https://github.com/liranringel) **Created:** 3/11/2017 **Status:** ✅ Merged **Merged:** 4/12/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `windows-ci` --- ### 📝 Commits (6) - [`d14922d`](https://github.com/hickory-dns/hickory-dns/commit/d14922d38b1031503367601b0fecbf10e9f249e1) Added appveyor.yml - [`a01b28b`](https://github.com/hickory-dns/hickory-dns/commit/a01b28befc9e6dd5462681617a7eacbc102ef128) Added openssl installation, build client and server crates - [`c3c6121`](https://github.com/hickory-dns/hickory-dns/commit/c3c61217a74be2c5de670aeb55cd7fc4406c044d) Merge branch 'master' into windows-ci - [`d66e276`](https://github.com/hickory-dns/hickory-dns/commit/d66e276324ffe45c602ec053c708a14ffac6d4b8) Test all features - [`2b574a8`](https://github.com/hickory-dns/hickory-dns/commit/2b574a8892eac142b94ba904a925e36f3d60dbe7) Set RUST_BACKTRACE=1 - [`5ff2f0d`](https://github.com/hickory-dns/hickory-dns/commit/5ff2f0d0ffb8dce2568374080da6e8a1974a769b) Merge branch 'master' into windows-ci ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `appveyor.yml` (+38 -0) </details> ### 📄 Description It turns out that native-tls uses schannel for windows, so I'll probably remove openssl installation later. The client build and tests passes without default features (without encryption), but the server crate uses native-tls even without the default features, so the the ci fails. The plan is to get tls work on windows and then test it against all features. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:55:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1242
No description provided.