File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414// You should have received a copy of the GNU Lesser General Public License
1515// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>
1616
17- //go:build arm64 || amd64
17+ //go:build ( arm64 || amd64) && !openbsd
1818
1919package rawdb
2020
Original file line number Diff line number Diff line change 1414// You should have received a copy of the GNU Lesser General Public License
1515// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616
17- //go:build !(arm64 || amd64)
17+ //go:build !(( arm64 || amd64) && !openbsd )
1818
1919package rawdb
2020
Original file line number Diff line number Diff line change 1414// You should have received a copy of the GNU Lesser General Public License
1515// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616
17- //go:build arm64 || amd64
17+ //go:build ( arm64 || amd64) && !openbsd
1818
1919// Package pebble implements the key-value database layer based on pebble.
2020package pebble
Original file line number Diff line number Diff line change 1414// You should have received a copy of the GNU Lesser General Public License
1515// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
1616
17- //go:build arm64 || amd64
17+ //go:build ( arm64 || amd64) && !openbsd
1818
1919package pebble
2020
You can’t perform that action at this time.
0 commit comments