build flag for cputime

This commit is contained in:
Kevaundray Wedderburn 2025-08-16 15:06:38 +01:00
parent a9a19c4202
commit 47511951cf
2 changed files with 4 additions and 4 deletions

View file

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build windows || js
// +build windows js
//go:build windows || js || riscv
// +build windows js riscv
package metrics

View file

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build !windows && !js && !wasip1
// +build !windows,!js,!wasip1
//go:build !windows && !js && !wasip1 && !riscv
// +build !windows,!js,!wasip1,!riscv
package metrics