Skip to content

Commit 871965e

Browse files
committed
ci: Remove vagrant based hardenedbsd job
1 parent 9048c4c commit 871965e

3 files changed

Lines changed: 1 addition & 121 deletions

File tree

.github/workflows/amd64_bsd_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
distro: [
1616
freebsd,
17-
hardenedbsd,
1817
netbsd,
1918
openbsd,
2019
]
20+
allow_failure: [true]
2121
fail-fast: false
2222
name: amd64•${{matrix.distro}}•CMake
2323
runs-on: ubuntu-latest

ci/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ help:
130130
@echo
131131
@echo -e "\tWith ${BOLD}<vm>${RESET}:"
132132
@echo -e "\t\t${BOLD}freebsd${RESET} (FreeBSD 14)"
133-
@echo -e "\t\t${BOLD}hardenedbsd${RESET} (HardenedBSD 13)"
134133
@echo -e "\t\t${BOLD}netbsd${RESET} (NetBSD 9)"
135134
@echo -e "\t\t${BOLD}openbsd${RESET} (OpenBSD 7)"
136135
@echo
@@ -415,7 +414,6 @@ clean_web: $(addprefix clean_web_, $(WEB_STAGES))
415414
#############
416415
VAGRANT_VMS := \
417416
freebsd \
418-
hardenedbsd \
419417
netbsd \
420418
openbsd
421419

ci/vagrant/hardenedbsd/Vagrantfile

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)