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

Add initial DragonFly BSD support #230

Merged

Conversation

tuxillo
Copy link
Contributor

@tuxillo tuxillo commented Aug 15, 2023

This is the first approach for getting this building/working in DragonFly BSD. It is a requirement of lima-vm (lima-vm/lima#892)

@AkihiroSuda
Copy link
Member

Thanks, but please sign the commit for DCO
https://github.com/apps/dco

(run git commit -a -s --amend, and make sure that the Signed-off-by: NAME <EMAIL> line with your real name is included in the commit message)

@tuxillo tuxillo force-pushed the feat-add-initial-dragonflybsd-support branch from e2ffe20 to 90f9556 Compare August 17, 2023 12:12
@AkihiroSuda
Copy link
Member

CI is failing for FUSE (you may just disable it for dragonfly)

Also please consider squashing the commits

@tuxillo tuxillo force-pushed the feat-add-initial-dragonflybsd-support branch from cfb232d to 72b3355 Compare August 19, 2023 10:27
Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
@tuxillo tuxillo force-pushed the feat-add-initial-dragonflybsd-support branch from 72b3355 to bcc6e25 Compare August 19, 2023 10:33
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@samuelkarp samuelkarp merged commit 77a2d47 into containerd:main Aug 19, 2023
13 checks passed
Mengkzhaoyun pushed a commit to open-beagle/containerd that referenced this pull request Aug 30, 2023
containerd 1.7.5

Welcome to the v1.7.5 release of containerd!

The fifth patch release for containerd 1.7 fixes a versioning issue from
the previous release and includes some internal logging API changes.

See the changelog for complete list of changes

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

* Sebastiaan van Stijn
* Derek McGowan
* Akihiro Suda
* Antonio Huete Jimenez
* Phil Estes
* Samuel Karp
<details><summary>18 commits</summary>
<p>

* [release/1.7] Prepare release notes for 1.7.5 ([#9010](containerd/containerd#9010))
  * [`93b23eb10`](containerd/containerd@93b23eb) Prepare release notes for v1.7.5
  * [`fb1292c8d`](containerd/containerd@fb1292c) Bump version to v1.7.4
* [release/1.7 backport] go.mod: github.com/containerd/continuity v0.4.2 ([#9012](containerd/containerd#9012))
  * [`503ab21bf`](containerd/containerd@503ab21) go.mod: github.com/containerd/continuity v0.4.2
* [release/1.7 backport] log: cleanups and improvements to decouple more from logrus ([#9001](containerd/containerd#9001))
  * [`2a9ae3c51`](containerd/containerd@2a9ae3c) log: swap logrus functions with their equivalent on default logger
  * [`01445bb73`](containerd/containerd@01445bb) log: add package documentation and summary of package's purpose
  * [`932795f45`](containerd/containerd@932795f) log: make Fields type a generic map[string]any
  * [`707ca94d8`](containerd/containerd@707ca94) log: add log.Entry type
  * [`0a79e67e4`](containerd/containerd@0a79e67) log: define OutputFormat type
  * [`dbbe28b7d`](containerd/containerd@dbbe28b) log: define G() as a function instead of a variable
  * [`93b6cb784`](containerd/containerd@93b6cb7) log: add all log-levels that are accepted
  * [`e8e086e02`](containerd/containerd@e8e086e) log: group "enum" consts and touch-up docs
  * [`7aa4f8fdc`](containerd/containerd@7aa4f8f) log: WithLogger: remove redundant intermediate var
  * [`bfdce4ce4`](containerd/containerd@bfdce4c) log: SetFormat: include returns in switch
  * [`6621e0888`](containerd/containerd@6621e08) log: remove testify dependency
  * [`df76aaede`](containerd/containerd@df76aae) removes/docker: remove unnecessary conversion (unconvert)
</p>
</details>
<details><summary>2 commits</summary>
<p>

* Add initial DragonFly BSD support ([#230](containerd/continuity#230))
  * [`bcc6e25`](containerd/continuity@bcc6e25) dragonfly: Initial porting work
</p>
</details>

* **github.com/containerd/continuity**  1e0d26eb2381 -> v0.4.2

Previous release can be found at [v1.7.4](https://github.com/containerd/containerd/releases/tag/v1.7.4)
@tuxillo tuxillo deleted the feat-add-initial-dragonflybsd-support branch February 2, 2024 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants