Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute examples remotely #65

Open
1 of 3 tasks
anfelbar opened this issue Feb 1, 2023 · 1 comment
Open
1 of 3 tasks

Execute examples remotely #65

anfelbar opened this issue Feb 1, 2023 · 1 comment
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@anfelbar
Copy link
Collaborator

anfelbar commented Feb 1, 2023

About

The following examples directories build/test are successful when executing remotely on opal: cpp, docker, genrules, go, java, kotlin, perl, python, typescript and scala. The remaining, however, need some work.

Tasks

  • csharp: no matching toolchains found for types @io_bazel_rules_dotnet//dotnet:toolchain_type_csharp_core
  • swift: Error forking process '/usr/share/swift/usr/bin/swiftc'. No such file or directory
    run with bazel test //swift:tests --config=opal --config=clang
  • python: //docker/network:docker-network-test FAILED in 1.2s
    run with bazel test //... --config=opal --enable_platform_specific_config
  • [ ]
@anfelbar anfelbar added bug Something isn't working help wanted Extra attention is needed labels Feb 1, 2023
@anfelbar
Copy link
Collaborator Author

anfelbar commented Feb 9, 2023

csharp works remotely:

Linux:

 bazel run //csharp/... --config=canary --platforms @io_bazel_rules_dotnet//dotnet/toolchain:linux_amd64_3.1.100

Macos:

 bazel run //csharp/... --config=canary --platforms @io_bazel_rules_dotnet//dotnet/toolchain:darwin_amd64_3.1.100

@anfelbar anfelbar self-assigned this Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant