Skip to content

Commit

Permalink
final3
Browse files Browse the repository at this point in the history
  • Loading branch information
oncilla committed Sep 17, 2024
1 parent ca91e1d commit 69208e2
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 54 deletions.
3 changes: 0 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ steps:
key: e2e
steps:
- label: "E2E: default :man_in_business_suit_levitating: (scion, ping)"
parallelism: 20
command:
- echo "--- build"
- make
Expand Down Expand Up @@ -136,7 +135,6 @@ steps:
key: e2e_integration_tests_v2
retry: *automatic-retry
- label: "E2E: failing links :man_in_business_suit_levitating:"
parallelism: 20
command:
- echo "--- build"
- make
Expand All @@ -152,7 +150,6 @@ steps:
key: e2e_revocation_test_v2
retry: *automatic-retry
- label: "E2E: default :docker: (ping)"
parallelism: 20
command:
- echo "--- build"
- make build-dev docker-images
Expand Down
1 change: 0 additions & 1 deletion control/cmd/control/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ go_library(
"//private/trust/compat:go_default_library",
"//private/trust/grpc:go_default_library",
"//private/trust/metrics:go_default_library",
"//private/xhack:go_default_library",
"@com_github_go_chi_chi_v5//:go_default_library",
"@com_github_go_chi_cors//:go_default_library",
"@com_github_grpc_ecosystem_go_grpc_prometheus//:go_default_library",
Expand Down
3 changes: 0 additions & 3 deletions control/cmd/control/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,11 @@ import (
"github.com/scionproto/scion/private/trust/compat"
trustgrpc "github.com/scionproto/scion/private/trust/grpc"
trustmetrics "github.com/scionproto/scion/private/trust/metrics"
"github.com/scionproto/scion/private/xhack"
)

var globalCfg config.Config

func main() {
xhack.AsynctimerchanOn()

application := launcher.Application{
TOMLConfig: &globalCfg,
ShortName: "SCION Control Service",
Expand Down
1 change: 0 additions & 1 deletion gateway/cmd/gateway/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ go_library(
"//private/app:go_default_library",
"//private/app/launcher:go_default_library",
"//private/service:go_default_library",
"//private/xhack:go_default_library",
"@com_github_go_chi_chi_v5//:go_default_library",
"@com_github_go_chi_cors//:go_default_library",
"@org_golang_x_sync//errgroup:go_default_library",
Expand Down
3 changes: 0 additions & 3 deletions gateway/cmd/gateway/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@ import (
"github.com/scionproto/scion/private/app"
"github.com/scionproto/scion/private/app/launcher"
"github.com/scionproto/scion/private/service"
"github.com/scionproto/scion/private/xhack"
)

var globalCfg config.Config

func main() {
xhack.AsynctimerchanOn()

application := launcher.Application{
TOMLConfig: &globalCfg,
ShortName: "SCION IP Gateway",
Expand Down
8 changes: 0 additions & 8 deletions private/xhack/BUILD.bazel

This file was deleted.

32 changes: 0 additions & 32 deletions private/xhack/godebug.go

This file was deleted.

3 changes: 0 additions & 3 deletions scion-pki/cmd/scion-pki/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import (
"github.com/spf13/cobra"

"github.com/scionproto/scion/private/app"
"github.com/scionproto/scion/private/xhack"
"github.com/scionproto/scion/scion-pki/certs"
"github.com/scionproto/scion/scion-pki/key"
"github.com/scionproto/scion/scion-pki/testcrypto"
Expand All @@ -36,8 +35,6 @@ type CommandPather interface {
}

func main() {
xhack.AsynctimerchanOn()

executable := filepath.Base(os.Args[0])
cmd := &cobra.Command{
Use: executable,
Expand Down

0 comments on commit 69208e2

Please sign in to comment.