You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
[ ]
The text was updated successfully, but these errors were encountered:
About
The following examples directories
build/test
are successful when executing remotely on opal:cpp
,docker
,genrules
,go
,java
,kotlin
,perl
,python
,typescript
andscala
. The remaining, however, need some work.Tasks
csharp:no matching toolchains found for types @io_bazel_rules_dotnet//dotnet:toolchain_type_csharp_core
Error forking process '/usr/share/swift/usr/bin/swiftc'. No such file or directory
run with
bazel test //swift:tests --config=opal --config=clang
//docker/network:docker-network-test FAILED in 1.2s
run with
bazel test //... --config=opal --enable_platform_specific_config
The text was updated successfully, but these errors were encountered: