-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from aerospike/stage
Nodejs-Release-5.9.0
- Loading branch information
Showing
47 changed files
with
1,234 additions
and
545 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,19 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
submodules: recursive | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.11' | ||
- name: Setup Windows SDK | ||
uses: GuillaumeFalourd/[email protected] | ||
with: | ||
sdk-version: 17763 | ||
- name: Setup NuGet.exe | ||
uses: nuget/setup-nuget@v1 | ||
with: | ||
nuget-version: latest | ||
- run: nuget restore aerospike.sln | ||
working-directory: aerospike-client-c\vs\ | ||
- name: Setup node | ||
uses: actions/setup-node@v3 | ||
with: | ||
|
@@ -56,10 +65,10 @@ jobs: | |
$NodeModulesPath = $NodeDirPath + "\node_modules\npm\node_modules\@npmcli\run-script" | ||
} | ||
cd $NodeModulesPath | ||
npm install node-gyp@9.x | ||
npm install node-gyp@10.x | ||
- name: Install nodejs Client | ||
shell: pwsh | ||
run: npm install --unsafe-perm --build-from-source | ||
run: npm ci --unsafe-perm --build-from-source | ||
# - name: Test nodejs client | ||
# run: npm test | ||
# env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aerospike-client-c
updated
93 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
# Version number of the dependencies package for C client (Windows only) | ||
AEROSPIKE_C_DEPS_VERSION=1.0.1 | ||
AEROSPIKE_C_DEPS_VERSION=1.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3ef446436aa0b97dc952ab5f90141f7e2c7ff8254d545edb82654e490189d80a aerospike-client-c-dependencies.1.0.1.zip | ||
BB7AEB63571E63FD6C9CD042DC1810743DF9C8F122C91EAFB705C2E08B87733A aerospike-client-c-dependencies.1.0.2.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Docker Examples | ||
|
||
The docker files that were previously located in this directory have been moved to | ||
the [Nodejs-Client-Examples](https://github.com/aerospike-examples/nodejs-client-examples) directory. | ||
|
||
Files in this directory are not intended for production use, but rather to demonstrate the steps | ||
necessary to install and build the client on various systems. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.