Skip to content

Commit 25d1e66

Browse files
committed
ci: update versions of builders
1 parent b3fb7e1 commit 25d1e66

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/buildomat/jobs/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#:
33
#: name = "build"
44
#: variety = "basic"
5-
#: target = "omnios-r151038"
5+
#: target = "omnios-r151046"
66
#: output_rules = [
77
#: "/work/tarballs/*",
88
#: ]

.github/workflows/build-deb-ubuntu.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: build-deb-ubuntu
22
on: [push]
33

44
jobs:
5-
build-2004:
6-
runs-on: ubuntu-20.04
5+
build-2404:
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v2
9-
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev devscripts fakeroot debhelper ragel
9+
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
1010
- run: make && make deb && mv ../*.deb ./
1111
- uses: actions/upload-artifact@v3
1212
with:
13-
name: ubuntu-2004
13+
name: ubuntu-2404
1414
path: '*.deb'
1515
build-2204:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v2
19-
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev devscripts fakeroot debhelper ragel
19+
- run: sudo apt-get update && sudo apt-get install -y libpcsclite-dev libpcsclite1 libbsd-dev libbsd0 libedit-dev libreadline-dev libcryptsetup-dev libjson-c-dev libpam-dev build-essential devscripts fakeroot debhelper ragel
2020
- run: make && make deb && mv ../*.deb ./
2121
- uses: actions/upload-artifact@v3
2222
with:

.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build-macos
22
on: [push]
33

44
jobs:
5-
build-macos11:
5+
build-macos12:
66
runs-on: macos-12
77
steps:
88
- uses: actions/checkout@v2

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ endif
748748
touch $(CURDIR)/$@
749749

750750
OPENSSH_CONFIG_ARGS= \
751-
--disable-security-key \
751+
--disable-security-key \
752752
--disable-pkcs11
753753

754754
.openssh.configure: .openssh.patch $(LIBCRYPTO)

0 commit comments

Comments
 (0)