Skip to content

Commit

Permalink
ci: attempt using systeminformation 5.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jun 26, 2023
1 parent 952d192 commit 8ecd420
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 23 deletions.
3 changes: 0 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,9 +224,6 @@ build:macos:
- export PATH="$(npm root)/.bin:$PATH"
- npm run prebuild --verbose
- npm test -- --ci --coverage
# Temporary fix for m1 mac runners: https://github.com/MatrixAI/js-db/pull/64#issuecomment-1607109864
# Remove when upstream has fixed and you have updated `systeminformation` package
- patch ./benches/index.ts < ./scripts/systeminformation-cpu.patch
- npm run bench
artifacts:
when: always
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"prettier": "^2.6.2",
"semver": "^7.3.7",
"shx": "^0.3.4",
"systeminformation": "^5.18.4",
"systeminformation": "^5.18.5",
"ts-jest": "^28.0.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
Expand Down
12 changes: 0 additions & 12 deletions scripts/systeminformation-cpu.patch

This file was deleted.

0 comments on commit 8ecd420

Please sign in to comment.