Skip to content

Commit

Permalink
remove NetBSD and OpenBSD patches
Browse files Browse the repository at this point in the history
  • Loading branch information
chqrlie committed Mar 3, 2024
1 parent c49a2c3 commit 8faa0b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,6 @@ jobs:
run: |
make CONFIG_UBSAN=y test
openbsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build + test
uses: vmactions/openbsd-vm@v1
with:
usesh: true
prepare: |
pkg_add gmake
run: |
gmake
./qjs -qd
gmake test
freebsd:
runs-on: ubuntu-latest
steps:
Expand All @@ -154,18 +139,3 @@ jobs:
gmake
./qjs -qd
gmake test
netbsd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build + test
uses: vmactions/netbsd-vm@v1
with:
usesh: true
prepare: |
/usr/sbin/pkg_add gmake
run: |
gmake
./qjs -qd
gmake test
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ endif
ifeq ($(shell uname -s),FreeBSD)
CONFIG_FREEBSD=y
endif
ifeq ($(shell uname -s),OpenBSD)
CONFIG_OPENBSD=y
CONFIG_CLANG=y
endif
ifeq ($(shell uname -s),NetBSD)
CONFIG_NETBSD=y
CONFIG_CLANG=y
endif
# Windows cross compilation from Linux
#CONFIG_WIN32=y
# use link time optimization (smaller and faster executables but slower build)
Expand Down

0 comments on commit 8faa0b4

Please sign in to comment.