Skip to content

Commit

Permalink
Cleanup test builds and prepare for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maaktweluit committed Oct 29, 2021
1 parent d0993cf commit ec6091e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/binaries-x86-64-hybrid-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- release/*
- mwu/build-hybrid-for-goth
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-test-hybrid-net.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- release/*
- mwu/build-hybrid-for-goth
pull_request:
branches:
- master
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- release/*
- mwu/build-hybrid-for-goth
pull_request:
branches:
- master
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ hybrid-net = ["ya-net-server", "ya-relay-proto", "ya-sb-proto", "bytes", "ethsig

[dependencies]
ya-core-model = { version = "^0.4", features=["net", "identity"] }
ya-net-server = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e8701e2ffa0030bb6925e3a0db541cefe93c507", optional = true }
ya-relay-proto = { git = "https://github.com/golemfactory/ya-relay.git", rev = "3e8701e2ffa0030bb6925e3a0db541cefe93c507", features = ["codec"], optional = true }
ya-net-server = { git = "https://github.com/golemfactory/ya-relay.git", branch = "main", optional = true }
ya-relay-proto = { git = "https://github.com/golemfactory/ya-relay.git", branch = "main", features = ["codec"], optional = true }
ya-sb-proto = { version = "0.4", optional = true }
ya-service-api = "0.1"
ya-service-api-interfaces = "0.1"
Expand Down

0 comments on commit ec6091e

Please sign in to comment.