To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-dev/007701d43bda%24a03f2870%24e0bd7950%24%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
I can switch to Bazel’s buildkite but will need the necessary access. Can you provide me with it? Also a PR is more than welcome 😊
Regards,
Tomek
Thank you. I updated the master to point to the Buildkite badge.
Yes, all platforms require Mono installation and Windows platform requires .NET framework installation (4.7.2 devpack should be ok). Unfortunately, I couldn’t find any way to download and run in-place Mono nor .NET framework ☹
Also, I don’t have permissions to detach Travis and AppVeyor hooks and attach Buildkite hook for rules_dotnet repo. Could somebody do it?
Can’t access build information/logs:
“You must log in to see this page”
After login:
“Page not found
Sorry, the page you’re trying to access could not be found”
Hi Philipp
About windows build - is mono executable path in PATH env var (or location not in c:/program files/mono/) ?
Can’t find any information about mono in logs.
I've completed my job task (building C# project with rules_dotnet) and can't spend job time for bazel/rules_dotnet. Will try to fix build issues with buildkite (PR to https://github.com/bazelbuild/continuous-integration) on weekends.
From: Damir Tulepov
Sent: Thursday, September 27, 2018 6:21 PM
To: 'Philipp Wollermann'
Cc: Tomek Strejczek; Laurent Le Brun; Jakob Buchgraber; bazel-dev
Subject: RE: State of http://github.com/bazelbuild/rules_dotnet ?
Hi Philipp
About windows build - is mono executable path in PATH env var (or location not in c:/program files/mono/) ?
Can’t find any information about mono in logs.
From: Philipp Wollermann [mailto:phi...@google.com]
Sent: Thursday, September 27, 2018 6:10 PM
To: Damir Tulepov
Mono and .NET Framework 4.6.2 DevPack has been installed on all Linux and Windows machines now. I haven't gotten to the Macs yet.
>> Do we need Mono on Windows, too?
Yes. Mono required for all platforms.
Yes. .NET Framework 4.6.2 DevPack on windows also required.
Please also note, that bazel on Windows requires long paths support:
https://www.howtogeek.com/266621/how-to-make-windows-10-accept-file-paths-over-260-characters/
Regards,
Tomasz
From my experience, I have a feeling that the adoption of newer versions of .NET tends to go faster than in the Java world. The .NET newer versions adoption is driven by Visual Studio regular upgrades.
Regards,
Tomasz
From: Tony Aiuto <ai...@google.com>
Sent: Thursday, September 27, 2018 8:40 PM
To: Philipp Wollermann <phi...@google.com>
Cc: tomasz.s...@gmail.com; Damir....@kaspersky.com; Laurent Le Brun <laur...@google.com>; Jakob Buchgraber <buc...@google.com>; bazel-dev <baze...@googlegroups.com>
Subject: Re: State of http://github.com/bazelbuild/rules_dotnet ?
On Thu, Sep 27, 2018 at 10:59 AM 'Philipp Wollermann' via bazel-dev <baze...@googlegroups.com> wrote:
I’ve finally fixed builkite definitions for rules_dotnet and presubmit.yml builds correctly on all supported platforms: https://buildkite.com/bazel/rules-dotnet-edge/builds/627.
Could anybody with proper permissions enable buildkite for Github for pull requests?
Regards,
Tomek