This repository was archived by the owner on Sep 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 88 CARGO_TERM_COLOR : always
99jobs :
1010 old_build :
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-18 .04
1212 steps :
1313 - run : sudo apt-get install -y libssl-dev libgtk-3-dev
1414 - run : cargo install cargo-deb cargo-rpm
1515
1616 - uses : actions/checkout@v2
1717 - uses : actions/cache@v2
1818 with :
19- key : target-dir-cache-release
19+ key : target-dir-cache-old- release
2020 path : target/
2121
2222 # needed on older glibc
2323 - run : sed -i 's/resolv.*/resolv = "0.2.0"/' Cargo.toml
2424
2525 - run : cargo deb
26- - run : cargo rpm build
2726
2827 - run : mv target/debian/timer-for-harvest_*_amd64.deb .
29- - run : mv target/release/rpmbuild/RPMS/x86_64/timer-for-harvest*.rpm .
30- - run : sha256sum *.deb *.rpm > SHA256SUM
28+ - run : sha256sum *.deb > SHA256SUM
3129
3230 - uses : actions/upload-artifact@v2
3331 with :
34- name : packages
32+ name : old_openssl
3533 path : |
3634 timer-for-harvest_*_amd64.deb
37- timer-for-harvest*.rpm
3835 SHA256SUM
3936 build :
4037 runs-on : ubuntu-22.04
5754
5855 - uses : actions/upload-artifact@v2
5956 with :
60- name : packages
57+ name : new_openssl_packages
6158 path : |
6259 timer-for-harvest_*_amd64.deb
6360 timer-for-harvest*.rpm
Original file line number Diff line number Diff line change 22
33## [ UNRELEASED] - YYYY-MM-DD
44
5+ ## [ 0.3.10] - 2022-08-01
6+
7+ - Build against OpenSSL 1.1 for Ubuntu 20.04.
8+
59## [ 0.3.10] - 2022-07-29
610
711- Build against OpenSSL 3 for Ubuntu 22.04.
Original file line number Diff line number Diff line change 22name = " timer-for-harvest"
33description = " Timer for Harvest"
44homepage = " https://github.com/frenkel/timer-for-harvest"
5- version = " 0.3.10 "
5+ version = " 0.3.11 "
66authors = [" Frank Groeneveld <frank@frankgroeneveld.nl>" ]
77edition = " 2018"
88readme = " README.md"
You can’t perform that action at this time.
0 commit comments