citgm icon indicating copy to clipboard operation
citgm copied to clipboard

Canary in the Gold Mine

Results 102 citgm issues
Sort by recently updated
recently updated
newest added

This PR un-skips blake2b-wasm for s390x system architecture, after the recent upgrade of esbuild on wasm-tools (which is a dependency on blake2b-wasm). There is an open PR on blake2b-wasm for...

##### Checklist - [x] `npm test` passes - [x] tests are included - [x] documentation is changed or added - [x] contribution guidelines followed [here](https://github.com/nodejs/citgm/blob/HEAD/CONTRIBUTING.md)

npm is/has been a regular failure in CITGM across all platforms/versions for a while. It's probably an important one to try to fix so we can properly track regressions. Recent...

Running CITGM nobuild jobs for Node.js 18 on `ubuntu1804-64` will lead to the following error. I believe this is due to the mismatch in minimum GLIBC requirements from our prebuilt...

I'm opening this to try it on our CI but I'm not sure it will work, because zeromq depends on CMake: https://github.com/zeromq/zeromq.js#building-from-source

WIP

As the title says. ##### Checklist - [ ] `npm test` passes - [ ] tests are included - [ ] documentation is changed or added - [ ] contribution...

New feature to test all the dependencies of a module. This will test the versions of the dependencies that get installed at the time of `npm install`. Current work in...

[jsdom](https://github.com/jsdom/jsdom) is a JavaScript implementation of the DOM and HTML standards, commonly used for testing and scraping websites while behaving much like a regular web browser. It fulfills all the...

Work in progress because babel is still not compatible with citgm. This is what you have to do now to test it: ``` make bootstrap make test ```