commit 586f00b855901effb9b3501c20d3669d40c49a08
parent 21395f65fc5d536e08ad6b2dbd58892b2cf86a0a
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 17:51:41 +0200
Remove windows support
Diffstat:
3 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
@@ -34,9 +34,9 @@ jobs:
brew install pkg-config
make build
strip -x *.node
- - host: windows-latest
- build: make build
- target: x86_64-pc-windows-msvc
+ # - host: windows-latest
+ # build: make build
+ # target: x86_64-pc-windows-msvc
- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
@@ -141,8 +141,8 @@ jobs:
settings:
- host: macos-latest
target: x86_64-apple-darwin
- - host: windows-latest
- target: x86_64-pc-windows-msvc
+ # - host: windows-latest
+ # target: x86_64-pc-windows-msvc
node:
- '14'
- '16'
diff --git a/npm/win32-x64-msvc/README.md b/npm/win32-x64-msvc/README.md
@@ -1,3 +0,0 @@
-# `@node_yara_rs/node-yara-rs-win32-x64-msvc`
-
-This is the **x86_64-pc-windows-msvc** binary for `@node_yara_rs/node-yara-rs`
diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json
@@ -1,19 +0,0 @@
-{
- "name": "@node_yara_rs/node-yara-rs-win32-x64-msvc",
- "version": "0.0.0",
- "os": [
- "win32"
- ],
- "cpu": [
- "x64"
- ],
- "main": "node-yara-rs.win32-x64-msvc.node",
- "files": [
- "node-yara-rs.win32-x64-msvc.node"
- ],
- "license": "MIT",
- "engines": {
- "node": ">= 10"
- },
- "repository": "https://github.com/MTRNord/node-yara-rs.git"
-}
-\ No newline at end of file