-
Notifications
You must be signed in to change notification settings - Fork 126
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 #2505 from kuzzleio/2.27.2-proposal
Release 2.27.2
- Loading branch information
Showing
316 changed files
with
5,476 additions
and
4,880 deletions.
There are no files selected for viewing
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 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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#!/usr/bin/env bash | ||
# WARNING: This script needs to be run in sdk-cross:node8-armhf image | ||
# Install Kuzzle deps using cross build toolchain | ||
npm install --target_arch=arm64 --target_platform=linux --silent --unsafe-perm \ | ||
npm ci --target_arch=arm64 --target_platform=linux --silent --unsafe-perm \ | ||
--build-from-source=boost-geospatial-index \ | ||
--build-from-source=espresso-logic-minimizer \ | ||
--build-from-source=unix-dgram \ | ||
--build-from-source=uws \ | ||
--build-from-source=murmurhash-native \ | ||
--build-from-source=dumpme \ | ||
--build-from-source=cucumber-expressions | ||
npm install --only=dev --target_arch=arm64 --target_platfrom=linux --unsafe-perm --silent | ||
npm ci --only=dev --target_arch=arm64 --target_platfrom=linux --unsafe-perm --silent |
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,12 +1,12 @@ | ||
#!/usr/bin/env bash | ||
# WARNING: This script needs to be run in sdk-cross:node8-armhf image | ||
# Install Kuzzle deps using cross build toolchain | ||
npm install --target_arch=arm --target_platform=linux --silent --unsafe-perm \ | ||
npm ci --target_arch=arm --target_platform=linux --silent --unsafe-perm \ | ||
--build-from-source=boost-geospatial-index \ | ||
--build-from-source=espresso-logic-minimizer \ | ||
--build-from-source=unix-dgram \ | ||
--build-from-source=uws \ | ||
--build-from-source=murmurhash-native \ | ||
--build-from-source=dumpme \ | ||
--build-from-source=cucumber-expressions | ||
npm install --only=dev --target_arch=arm --target_platfrom=linux --unsafe-perm --silent | ||
npm ci --only=dev --target_arch=arm --target_platfrom=linux --unsafe-perm --silent |
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 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 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 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 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.