fix(daily): testintegration only used on amd64 (#1494)

This commit is contained in:
Gabriel Cruz
2025-07-01 16:53:00 +00:00
committed by GitHub
parent ee61e234ac
commit 2a9abbe925
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
{.push raises: [].}
import uri
import chronos
import chronos/apps/http/httpclient
import

View File

@@ -1,4 +1,5 @@
{.used.}
when defined(linux) and defined(amd64):
{.used.}
# Nim-Libp2p
# Copyright (c) 2023 Status Research & Development GmbH