-
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.
- Loading branch information
1 parent
58e6b70
commit dfbbc42
Showing
2 changed files
with
2 additions
and
22 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 |
---|---|---|
|
@@ -434,13 +434,8 @@ jobs: | |
- name: Modify the package.json | ||
run: | | ||
pwd | ||
echo "finish" | ||
ls /home/runner/work/aerospike-client-nodejs/aerospike-client-nodejs/lib/binding | ||
ls /home/runner/work/aerospike-client-nodejs/aerospike-client-nodejs/lib/binding/[email protected]/node-v108-linux-x64/ | ||
node ./scripts/prebuiltBinding.js | ||
ls /home/runner/work/aerospike-client-nodejs/aerospike-client-nodejs/lib/binding/node-v108-linux-x64/ | ||
echo "finish" | ||
sudo npm install -g json | ||
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\"" | ||
- name: Run tests | ||
run: | | ||
|
@@ -468,11 +463,6 @@ jobs: | |
run: | | ||
sudo npm install -g json | ||
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\"" | ||
ls | ||
ls lib/binding | ||
ls lib/binding/[email protected] | ||
ls lib/binding/[email protected] | ||
ls lib/binding/[email protected] | ||
- name: Run tests | ||
run: | | ||
|
@@ -530,11 +520,6 @@ jobs: | |
run: | | ||
sudo npm install -g json | ||
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\"" | ||
ls | ||
ls lib/binding | ||
ls lib/binding/[email protected] | ||
ls lib/binding/[email protected] | ||
ls lib/binding/[email protected] | ||
- name: Run tests | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -66,17 +66,12 @@ runs: | |
mkdir -p lib/binding/[email protected]/node-v108-linux-x64 lib/binding/[email protected]/node-v115-linux-x64 lib/binding/[email protected]/node-v127-linux-x64 | ||
mkdir -p lib/binding/[email protected]/node-v108-linux-x64 lib/binding/[email protected]/node-v115-linux-x64 lib/binding/[email protected]/node-v127-linux-x64 | ||
mkdir -p lib/binding/[email protected]/node-v108-linux-x64 lib/binding/[email protected]/node-v115-linux-x64 lib/binding/[email protected]/node-v127-linux-x64 | ||
ls node-v108-linux-x64 | ||
cp -r node-v108-linux-x64 lib/binding/[email protected]/ | ||
cp -r node-v115-linux-x64 lib/binding/[email protected]/ | ||
cp -r node-v127-linux-x64 lib/binding/[email protected]/ | ||
cp -r node-v108-darwin-x64 lib/binding/node-v108-darwin-x64 | ||
cp -r node-v115-darwin-x64 lib/binding/node-v115-darwin-x64 | ||
cp -r node-v127-darwin-x64 lib/binding/node-v127-darwin-x64 | ||
echo "space" | ||
ls lib/binding/[email protected] | ||
echo "space" | ||
ls lib/binding/[email protected]/node-v127-linux-x64 | ||
# cp -r node-v108-linux-arm64 lib/binding/node-v108-linux-arm64 | ||
# cp -r node-v115-linux-arm64 lib/binding/node-v115-linux-arm64 | ||
|