-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
510 additions
and
253 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
cmake-* | ||
build/ | ||
build-artifact/ | ||
tmp |
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
* Mon May 24 2021 Matiss Treinis <[email protected]> - 1.1.4 | ||
- Add "local" command for local execution context runner | ||
- Introduce strict mode | ||
- Switch EL 8 compatible build to use AlmaLinux 8 | ||
- Add support for Fedora 35 | ||
- Remove support for Ubuntu 19.10 (EOL) | ||
|
||
* Mon Oct 5 2020 Matiss Treinis <[email protected]> - 1.1.3 | ||
- Fix build compatibility with libssh | ||
- Fix OSX build | ||
|
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
#!/usr/bin/env bash | ||
|
||
docker rmi kafe/centos:7-build | ||
docker rmi kafe/centos:8-build | ||
docker rmi kafe/almalinux:8-build | ||
docker rmi kafe/debian:9-build | ||
docker rmi kafe/debian:10-build | ||
docker rmi kafe/debian:11-build | ||
docker rmi kafe/ubuntu:1804-build | ||
docker rmi kafe/ubuntu:1910-build | ||
docker rmi kafe/ubuntu:2004-build | ||
docker rmi kafe/ubuntu:2010-build | ||
docker rmi kafe/fedora:31-build | ||
docker rmi kafe/fedora:32-build | ||
docker rmi kafe/fedora:33-build | ||
docker rmi kafe/fedora:33-build | ||
docker rmi kafe/fedora:34-build | ||
docker rmi kafe/fedora:35-build |
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.