Skip to content

Commit

Permalink
Add DragonflyBSD to supported builds (#20889)
Browse files Browse the repository at this point in the history
BSD derivative with the same CRT as other BSDs.
  • Loading branch information
jhendrixMSFT authored May 23, 2023
1 parent 464d1ee commit ed939da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### Other Changes

* Add `dragonfly` to the list of build constraints for `blockblob`.

## 1.1.0-beta.1 (2023-05-09)

### Features Added
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azblob/blockblob/mmf_unix.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//go:build go1.18 && (linux || darwin || freebsd || openbsd || netbsd || solaris)
//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris)
// +build go1.18
// +build linux darwin freebsd openbsd netbsd solaris
// +build linux darwin dragonfly freebsd openbsd netbsd solaris

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
Expand Down

0 comments on commit ed939da

Please sign in to comment.