Skip to content

Commit ed939da

Browse files
authored
Add DragonflyBSD to supported builds (#20889)
BSD derivative with the same CRT as other BSDs.
1 parent 464d1ee commit ed939da

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sdk/storage/azblob/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
### Other Changes
1414

15+
* Add `dragonfly` to the list of build constraints for `blockblob`.
16+
1517
## 1.1.0-beta.1 (2023-05-09)
1618

1719
### Features Added

sdk/storage/azblob/blockblob/mmf_unix.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//go:build go1.18 && (linux || darwin || freebsd || openbsd || netbsd || solaris)
1+
//go:build go1.18 && (linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris)
22
// +build go1.18
3-
// +build linux darwin freebsd openbsd netbsd solaris
3+
// +build linux darwin dragonfly freebsd openbsd netbsd solaris
44

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

0 commit comments

Comments
 (0)