Skip to content

Commit

Permalink
fix: Comment out some entries in the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Sep 27, 2023
1 parent eb5c1e5 commit cebd5d4
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,22 @@ jobs:
target: aarch64-apple-darwin
jsPackageHome: packages/cohort_sdk_js
finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.darwin-arm64.node
customiseHostCommand: |-
echo "find / -name libsasl2" &&
find / -name libsasl2 &&
brew update && brew install cyrus-sasl &&
echo "find / -name libsasl2" &&
find / -name libsasl2
customiseHostCommand: echo 'No customisartions are needed'
buildCommand: npm run build -- --target aarch64-apple-darwin

- host: windows-latest
target: x86_64-pc-windows-msvc
jsPackageHome: packages\\cohort_sdk_js
finalPackageName: packages\cohort_sdk_js\cohort_sdk_js.*.node
customiseHostCommand: ECHO 'No customisartions are needed'
buildCommand: npm run build -- --target x86_64-pc-windows-msvc
# - host: windows-latest
# target: x86_64-pc-windows-msvc
# jsPackageHome: packages\\cohort_sdk_js
# finalPackageName: packages\cohort_sdk_js\cohort_sdk_js.*.node
# customiseHostCommand: ECHO 'No customisartions are needed'
# buildCommand: npm run build -- --target x86_64-pc-windows-msvc

- host: ubuntu-latest
target: x86_64-unknown-linux-gnu
jsPackageHome: packages/cohort_sdk_js
finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.linux-x64-gnu.node
customiseHostCommand: sudo apt-get update -y && sudo apt-get install -y libsasl2-dev
buildCommand: npm run build -- --target x86_64-unknown-linux-gnu
# - host: ubuntu-latest
# target: x86_64-unknown-linux-gnu
# jsPackageHome: packages/cohort_sdk_js
# finalPackageName: packages/cohort_sdk_js/cohort_sdk_js.linux-x64-gnu.node
# customiseHostCommand: sudo apt-get update -y && sudo apt-get install -y libsasl2-dev
# buildCommand: npm run build -- --target x86_64-unknown-linux-gnu

name: stable - ${{ matrix.settings.target }} - node@16
runs-on: ${{ matrix.settings.host }}
Expand Down

0 comments on commit cebd5d4

Please sign in to comment.