[PR #953] [MERGED] test some caching strategies in github workflows #1819

Closed
opened 2026-03-16 02:27:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/953
Author: @bluejekyll
Created: 12/16/2019
Status: Merged
Merged: 12/16/2019
Merged by: @bluejekyll

Base: masterHead: test-github-caching


📝 Commits (8)

  • 012c89a test some caching strategies in github workflows
  • 3f44a7e only cache deps
  • 551219b remove cache from platform builds
  • aefce6b force cargo-make version
  • 393b835 add cache to the cache tasks
  • ba379f8 fix cache keys for specific build dirs
  • e27764c narrow some of the cacheing
  • 1a72263 set a weekly job

📊 Changes

4 files changed (+162 additions, -9 deletions)

View changed files

📝 .github/workflows/test.yml (+145 -0)
📝 Makefile.toml (+13 -7)
📝 bin/benches/comparison_benches.rs (+3 -1)
📝 tests/compatibility-tests/src/bind.rs (+1 -1)

📄 Description

No description provided


🔄 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/953 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 12/16/2019 **Status:** ✅ Merged **Merged:** 12/16/2019 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `test-github-caching` --- ### 📝 Commits (8) - [`012c89a`](https://github.com/hickory-dns/hickory-dns/commit/012c89afba3728e665c59d548c2533fadbc9374d) test some caching strategies in github workflows - [`3f44a7e`](https://github.com/hickory-dns/hickory-dns/commit/3f44a7ef7bb378b1a97e4dea03130777704f1e65) only cache deps - [`551219b`](https://github.com/hickory-dns/hickory-dns/commit/551219b67975f4963ffc7c5606ad0148c0eb17e4) remove cache from platform builds - [`aefce6b`](https://github.com/hickory-dns/hickory-dns/commit/aefce6b44b5ebbc1c8cdd9ef95dca047c464c81a) force cargo-make version - [`393b835`](https://github.com/hickory-dns/hickory-dns/commit/393b835518551db7489a7be1c075918b3fdbbfee) add cache to the cache tasks - [`ba379f8`](https://github.com/hickory-dns/hickory-dns/commit/ba379f85658ec9e64f6e6bfaa1a79fcd1bf54a20) fix cache keys for specific build dirs - [`e27764c`](https://github.com/hickory-dns/hickory-dns/commit/e27764cafccb1049c22f21bae9ffb5a0626c68b6) narrow some of the cacheing - [`1a72263`](https://github.com/hickory-dns/hickory-dns/commit/1a722635d253d258ddbe66c0224d0b6705b6df02) set a weekly job ### 📊 Changes **4 files changed** (+162 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+145 -0) 📝 `Makefile.toml` (+13 -7) 📝 `bin/benches/comparison_benches.rs` (+3 -1) 📝 `tests/compatibility-tests/src/bind.rs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:27:15 +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#1819
No description provided.