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

Ignore incomplete RRs #136

Merged
merged 3 commits into from
Dec 4, 2023

Add missing methods for Zonemaster::LDNS::RR::SIG

0541cca
Select commit
Loading
Failed to load commit list.
Merged

Ignore incomplete RRs #136

Add missing methods for Zonemaster::LDNS::RR::SIG
0541cca
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Nov 30, 2023 in 1m 46s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #136 Ignore incomplete rr.
Any changes that have been made to the develop branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Perl ENV OS State
399.1 5.32 TEST_WITH_NETWORK=1 Linux passed
399.2 5.30.2 TEST_WITH_NETWORK=1 Linux passed
399.3 5.26 TEST_WITH_NETWORK=1 Linux passed
399.4 5.14.4 TEST_WITH_NETWORK=1 Linux passed

Build Configuration

Build Option Setting
Language Perl
Operating System Linux (Focal)
Perl Versions 5.32, 5.30.2, 5.26, 5.14.4
Build Configuration
{
  "language": "perl",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "jobs={:TEST_WITH_NETWORK=>\"1\"}"
  ],
  "perl": [
    "5.32",
    "5.30.2",
    "5.26",
    "5.14.4"
  ],
  "before_install": [
    "eval \"$(curl https://travis-perl.github.io/init)\"",
    "sudo apt-get install -y libidn2-dev",
    "cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil"
  ],
  "install": [
    "cpanm --verbose --notest --configure-args=\"--no-ed25519\" ."
  ],
  "script": [
    "prove -bl $(test-files)"
  ]
}