Skip to content

Commit

Permalink
test Nim version 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 3, 2024
1 parent 1258fd3 commit b4d2a0f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
47 changes: 26 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- stable
- testing
- unstable
- test-nim-v22
pull_request:
paths-ignore: ['media/**', 'docs/**', '**/*.md']
branches-ignore:
Expand All @@ -31,31 +32,35 @@ jobs:
target:
- os: linux
cpu: amd64
- os: macos
cpu: amd64
- os: windows
cpu: amd64
branch: [~, upstream/version-2-0]
exclude:
- target:
os: macos
branch: upstream/version-2-0
- target:
os: windows
branch: upstream/version-2-0
# - os: macos
# cpu: amd64
# - os: windows
# cpu: amd64
branch: [~, upstream/version-2-2]
nimflags-extra: ['--mm:refc', '--mm:orc']
# exclude:
# - target:
# os: macos
# branch: upstream/version-2-0
# - target:
# os: windows
# branch: upstream/version-2-0
include:
- branch: upstream/version-2-0
branch-short: version-2-0
nimflags-extra: --mm:refc
- branch: upstream/version-2-2
branch-short: version-2-2-refc
nimflags-extra: '--mm:refc'
- branch: upstream/version-2-2
branch-short: version-2-2-orc
nimflags-extra: '--mm:orc'
- target:
os: linux
builder: ['self-hosted','ubuntu-22.04']
- target:
os: macos
builder: macos-12
- target:
os: windows
builder: windows-2019
# - target:
# os: macos
# builder: macos-12
# - target:
# os: windows
# builder: windows-2019

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion vendor/nim-libp2p
Submodule nim-libp2p updated 59 files
+1 βˆ’0 .github/workflows/ci.yml
+1 βˆ’0 .github/workflows/coverage.yml
+1 βˆ’1 .github/workflows/daily_amd64.yml
+14 βˆ’1 .github/workflows/daily_common.yml
+1 βˆ’1 .github/workflows/daily_devel.yml
+1 βˆ’1 .github/workflows/daily_i386.yml
+15 βˆ’0 .github/workflows/daily_sat.yml
+9 βˆ’6 .github/workflows/interop.yml
+3 βˆ’1 .github/workflows/linters.yml
+3 βˆ’1 .pinned
+3 βˆ’0 config.nims
+5 βˆ’0 funding.json
+1 βˆ’0 libp2p.nim
+7 βˆ’6 libp2p.nimble
+10 βˆ’7 libp2p/connmanager.nim
+10 βˆ’8 libp2p/crypto/crypto.nim
+7 βˆ’5 libp2p/dialer.nim
+1 βˆ’1 libp2p/discovery/rendezvousinterface.nim
+3 βˆ’3 libp2p/errors.nim
+18 βˆ’12 libp2p/multiaddress.nim
+1 βˆ’1 libp2p/multistream.nim
+3 βˆ’3 libp2p/muxers/mplex/lpchannel.nim
+5 βˆ’5 libp2p/muxers/mplex/mplex.nim
+8 βˆ’8 libp2p/muxers/yamux/yamux.nim
+1 βˆ’1 libp2p/nameresolving/dnsresolver.nim
+4 βˆ’4 libp2p/protocols/connectivity/autonat/server.nim
+4 βˆ’4 libp2p/protocols/connectivity/autonat/service.nim
+3 βˆ’3 libp2p/protocols/connectivity/dcutr/client.nim
+3 βˆ’3 libp2p/protocols/connectivity/dcutr/server.nim
+6 βˆ’6 libp2p/protocols/connectivity/relay/client.nim
+8 βˆ’7 libp2p/protocols/connectivity/relay/relay.nim
+1 βˆ’1 libp2p/protocols/connectivity/relay/utils.nim
+2 βˆ’2 libp2p/protocols/identify.nim
+1 βˆ’1 libp2p/protocols/perf/server.nim
+1 βˆ’1 libp2p/protocols/ping.nim
+3 βˆ’3 libp2p/protocols/pubsub/floodsub.nim
+6 βˆ’6 libp2p/protocols/pubsub/gossipsub.nim
+1 βˆ’1 libp2p/protocols/pubsub/gossipsub/scoring.nim
+4 βˆ’4 libp2p/protocols/pubsub/pubsub.nim
+8 βˆ’8 libp2p/protocols/pubsub/pubsubpeer.nim
+2 βˆ’2 libp2p/protocols/pubsub/rpc/protobuf.nim
+83 βˆ’35 libp2p/protocols/rendezvous.nim
+1 βˆ’1 libp2p/protocols/secure/secure.nim
+1 βˆ’1 libp2p/stream/lpstream.nim
+4 βˆ’4 libp2p/switch.nim
+224 βˆ’0 libp2p/transports/quictransport.nim
+16 βˆ’5 libp2p/transports/tcptransport.nim
+12 βˆ’12 libp2p/transports/wstransport.nim
+2 βˆ’1 libp2p/utility.nim
+2 βˆ’2 libp2p/wire.nim
+0 βˆ’4 tests/config.nims
+1 βˆ’1 tests/hole-punching-interop/hole_punching.nim
+1 βˆ’1 tests/pubsub/testgossipinternal.nim
+2 βˆ’2 tests/pubsub/testgossipsub.nim
+17 βˆ’7 tests/testmultiaddress.nim
+24 βˆ’0 tests/testquic.nim
+11 βˆ’3 tests/testrendezvous.nim
+37 βˆ’0 tests/testswitch.nim
+11 βˆ’15 tests/testutility.nim

0 comments on commit b4d2a0f

Please sign in to comment.