-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into explicit-decrypt
- Loading branch information
Showing
163 changed files
with
5,652 additions
and
2,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,27 +15,6 @@ if [[ "$IN_PODMAN" == "true" ]] | |
then | ||
in_podman --rm $IN_PODMAN_NAME $0 | ||
else | ||
# Nightly dependency-bump job: fetch latest versions of the | ||
# Big Three dependencies, and run full CI test suite. Notification | ||
# email will go out to monitor-list upon failure. | ||
if [[ "$CIRRUS_CRON" = "treadmill" ]]; then | ||
for pkg in common image/v5 storage; do | ||
echo "go mod edit --require containers/$pkg@main" | ||
go mod edit --require github.com/containers/$pkg@main | ||
make vendor | ||
done | ||
git add vendor | ||
# Show what changed. | ||
echo "git diff go.mod, then git diff --stat:" | ||
git diff go.mod | ||
git diff --stat | ||
env GIT_AUTHOR_NAME='No B. Dee' \ | ||
GIT_AUTHOR_EMAIL='[email protected]' \ | ||
GIT_COMMITTER_NAME='No B. Dee' \ | ||
GIT_COMMITTER_EMAIL='[email protected]' \ | ||
git commit -asm"Bump containers/common,image,storage" | ||
fi | ||
|
||
echo "Compiling buildah (\$GOSRC=$GOSRC)" | ||
showrun make clean all | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.