Skip to content

Commit

Permalink
chore: remove unused platform
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
  • Loading branch information
suyanhanx committed Mar 3, 2023
1 parent 04f58fe commit 582c81a
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 192 deletions.
14 changes: 14 additions & 0 deletions bindings/nodejs/.github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2022 Datafuse Labs
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

name: CI
env:
DEBUG: napi:*
Expand Down
14 changes: 14 additions & 0 deletions bindings/nodejs/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2022 Datafuse Labs
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.4.1.cjs
3 changes: 0 additions & 3 deletions bindings/nodejs/npm/android-arm-eabi/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/android-arm-eabi/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/nodejs/npm/android-arm64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/android-arm64/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions bindings/nodejs/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal-darwin-arm64",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"darwin"
],
Expand All @@ -11,8 +11,8 @@
"files": [
"opendal.darwin-arm64.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
}
}
}
6 changes: 3 additions & 3 deletions bindings/nodejs/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "opendal-darwin-universal",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"darwin"
],
"main": "opendal.darwin-universal.node",
"files": [
"opendal.darwin-universal.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
}
}
}
6 changes: 3 additions & 3 deletions bindings/nodejs/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal-darwin-x64",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"darwin"
],
Expand All @@ -11,8 +11,8 @@
"files": [
"opendal.darwin-x64.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
}
}
}
3 changes: 0 additions & 3 deletions bindings/nodejs/npm/freebsd-x64/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/freebsd-x64/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions bindings/nodejs/npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal-linux-arm-gnueabihf",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"linux"
],
Expand All @@ -11,8 +11,8 @@
"files": [
"opendal.linux-arm-gnueabihf.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
}
}
}
6 changes: 3 additions & 3 deletions bindings/nodejs/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"linux"
],
Expand All @@ -11,11 +11,11 @@
"files": [
"opendal.linux-arm64-gnu.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
}
3 changes: 0 additions & 3 deletions bindings/nodejs/npm/linux-arm64-musl/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions bindings/nodejs/npm/linux-arm64-musl/package.json

This file was deleted.

6 changes: 3 additions & 3 deletions bindings/nodejs/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendal-linux-x64-gnu",
"version": "0.0.0",
"version": "0.0.1",
"os": [
"linux"
],
Expand All @@ -11,11 +11,11 @@
"files": [
"opendal.linux-x64-gnu.node"
],
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
}
}
3 changes: 0 additions & 3 deletions bindings/nodejs/npm/linux-x64-musl/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions bindings/nodejs/npm/linux-x64-musl/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/nodejs/npm/win32-arm64-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/win32-arm64-msvc/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/nodejs/npm/win32-ia32-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/win32-ia32-msvc/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions bindings/nodejs/npm/win32-x64-msvc/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions bindings/nodejs/npm/win32-x64-msvc/package.json

This file was deleted.

0 comments on commit 582c81a

Please sign in to comment.