Craig Andrews
Craig Andrews
It looks like ffmpeg 2.6.3 (see https://github.com/ultravideo/kvazaar/blob/master/.travis-install.bash ) is being used when run in Travis CI, which is probably why this problem isn't being seen there.
> why not mask USE=test on these arches instead I think you may have meant to comment on https://github.com/gentoo/gentoo/pull/10492 instead :) In any case, there are still tests that run...
FWIW, I just ran into this problem
@nielsvanvelzen (or anyone else appropriate) can you please take a look at this MR?
GitLab appears to be waiting for someone to make a merge request fixing the `GitLab runner ignores the "runtime" configuration for service containers` issue in the GitLab runner: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27168 I'm...
> Once we have this, then using the GitLab K8s executor should be fairly straight-forward, assuming we can tell the GitLab K8s executor to deploy the pod using the Sysbox...
Here's an another, minimal example `build.gradle`: ```groovy plugins { id 'nebula.lint' version '16.8.1' } configurations { testImplementation } dependencies { testImplementation platform('org.springframework.boot:spring-boot-dependencies:2.3.0.RELEASE') testImplementation('org.springframework.boot:spring-boot-starter-test'){ exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } }...
@olamy can this PR be merged? It would be a nice improvement
According to https://github.com/package-url/purl-spec/blob/master/PURL-TYPES.rst > `gradle` for Gradle plugins So I believe there are two problems: 1. Since these dependencies are maven dependencies (they're specified in gradle, but they are maven...
Ack for net-libs/shairplay