Skip to content

Commit

Permalink
change back
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Nov 26, 2024
1 parent 1fbb54b commit 5c28426
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,37 +18,37 @@ jobs:
matrix:
cip:
- alien_build_install_extra: 1
tag: "5.39"
tag: "5.41"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-alpine3.16"
tag: "5.40-alpine3.16"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-bionic"
tag: "5.40-bionic"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-fedora36"
tag: "5.40-fedora36"
- alien_build_install_extra: 0
env: ALIEN_BUILD_LIVE_TEST=0
tag: "5.38-bullseye"
tag: "5.40-bullseye"
- alien_build_install_extra: 1
env: ALIEN_BUILD_LIVE_TEST=1
tag: "5.38-bullseye"
tag: "5.40-bullseye"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=warn
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
tag: "5.38"
tag: "5.40"
- alien_build_install_extra: 1
tag: "5.38"
- alien_build_install_extra: 1
Expand Down
2 changes: 1 addition & 1 deletion lib/Alien/Build.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ sub extract
}
elsif($self->download_rule eq 'digest_and_encrypt')
{
die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest && $encrypted_fetch;
die "file was fetched insecurely and required digest missing for $archive" unless $checked_digest || $encrypted_fetch;
die "required digest missing for $archive" unless $checked_digest;
die "file was fetched insecurely for $archive" unless $encrypted_fetch;
}
Expand Down

0 comments on commit 5c28426

Please sign in to comment.