Skip to content

Commit 8ecd420

Browse files
committed
ci: attempt using systeminformation 5.18.5
1 parent 952d192 commit 8ecd420

File tree

4 files changed

+8
-23
lines changed

4 files changed

+8
-23
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ build:macos:
224224
- export PATH="$(npm root)/.bin:$PATH"
225225
- npm run prebuild --verbose
226226
- npm test -- --ci --coverage
227-
# Temporary fix for m1 mac runners: https://github.com/MatrixAI/js-db/pull/64#issuecomment-1607109864
228-
# Remove when upstream has fixed and you have updated `systeminformation` package
229-
- patch ./benches/index.ts < ./scripts/systeminformation-cpu.patch
230227
- npm run bench
231228
artifacts:
232229
when: always

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prettier": "^2.6.2",
6161
"semver": "^7.3.7",
6262
"shx": "^0.3.4",
63-
"systeminformation": "^5.18.4",
63+
"systeminformation": "^5.18.5",
6464
"ts-jest": "^28.0.5",
6565
"ts-node": "^10.9.1",
6666
"tsconfig-paths": "^3.9.0",

scripts/systeminformation-cpu.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)