-
# Description of problem
When kata is configured to use cloud-hypervisor (configuration-clh.toml), using ctr fails. This is using the latest kata-agent and kata runtime from main on a completely fr…
-
As commented with @oleg-nenashev after his *What's new in LibreCores CI?* talk at ORConf2019, I believe there is room for contribution between [ghdl/docker](https://github.com/ghdl/docker) and libreco…
-
Hi,
I'm using "parametrized build for jenkins" on bitbucket server. There are 67 definitions that I have defined before. But when I want to add a new one, it gives an error.
I'm deleting the 67t…
-
At the moment CI is becoming a major bottleneck for landing PRs.
Given that HLS is the first point of contact for many people with Haskell, I believe it is critical that we test as many different c…
alanz updated
2 years ago
-
Hi,
I tried to compile from the zotonic git source on a debian buster x86 using erlang-solutions multiple pkgs - Erlang version is: 24.0.5.
After spitting some weird warnings, the compilation fail…
JiffB updated
2 years ago
-
_Edit 1: ~8:30am EST_
### Quick Fix
> Based on this from @d11wtq, simply changing the source in Podfile works for us in our CI (which clean installs all pods every time):
```diff
# From:
…
j-h-a updated
2 years ago
-
The buildroot crossbar package does not work in the latest release/head of buildroot. After two days of playing dependency whac-a-mole, I've been able to make it work again with the following steps:
…
ecorm updated
2 years ago
-
With [futures-rs](https://github.com/alexcrichton/futures-rs/) and [tokio](https://medium.com/@carllerche/announcing-tokio-df6bb4ddb34) the Rust ecosystem recently got a whole new chapter in the async…
-
I'm trying to add nuget 4.9 lock files, but I get the error:
```
/src/Serialization.Test/Froto.Serialization.Test.fsproj : error NU1403: The package Microsoft.CSharp.4.0.1 sha512 validation failed…
-
I am writing some unit tests where I need to mock `esdb.Client.AppendToStream` and `esdb.Client.ReadStream`
I have created an interface to mock the client:
```
type IEventStoreClient interface {
…