Skip to content

Commit

Permalink
Merge pull request #815 from linkedin/fix-gobuild
Browse files Browse the repository at this point in the history
Fix dup3 build condition
  • Loading branch information
bai committed Apr 29, 2024
2 parents fce3032 + b173751 commit b5511ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/open_out_log_linux_dup3.go
@@ -1,6 +1,6 @@
//go:build linux && (arm64 || riscv64)
// +build linux,arm64
// +build linux,riscv64
// +build linux
// +build arm64 riscv64

// Copyright 2017 LinkedIn Corp. Licensed under the Apache License, Version
// 2.0 (the "License"); you may not use this file except in compliance with
Expand Down

0 comments on commit b5511ef

Please sign in to comment.