This repository was archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
RFC: Binary Coverage Matrix #655
Copy link
Copy link
Closed
Description
As @kkoopa mentioned at #627 (comment):
A module must be rebuilt whenever
NODE_MODULE_VERSION
changes. It changed from joyent/node 0.10 -> joyent/node 0.11, from joyent/node 0.11 -> iojs/io.js 1.0, and atom/atom-shell has its own fork going with yet anotherNODE_MODULE_VERSION
.
we need to confine a binary coverage matrix for the most used versions of runtimes (related: #602 (comment)).
Updated:
The current version of node-sass is v2.0.0-beta v2.0.1 and the distributable binary availability of node-sass is given below:
Availability | Runtime | Version NODE_MODULE_VERSION |
Platform | Architecture |
---|---|---|---|---|
atom-shell | 0.21 | Linux | ia32 | |
atom-shell | 0.21 | Linux | x64 | |
atom-shell | 0.21 | Mac | x64 | |
atom-shell | 0.21 | Windows | ia32 | |
atom-shell | 0.21 | Windows | x64 | |
io.js | 1.2 | FreeBSD | ia32 | |
io.js | 1.2 | FreeBSD | x64 | |
x | io.js | 1.2 | Linux | ia32 |
x | io.js | 1.2 | Linux | x64 |
x | io.js | 1.2 | Mac | x64 |
io.js | 1.2 | Solaris | ia32 | |
io.js | 1.2 | Solaris | x64 | |
x | io.js | 1.2 | Windows | ia32 |
x | io.js | 1.2 | Windows | x64 |
node.js | 0.12 | FreeBSD | ia32 | |
node.js | 0.12 | FreeBSD | x64 | |
x | node.js | 0.12 | Linux | ia32 |
x | node.js | 0.12 | Linux | x64 |
x | node.js | 0.12 | Mac | x64 |
node.js | 0.12 | Solaris | ia32 | |
node.js | 0.12 | Solaris | x64 | |
x | node.js | 0.12 | Windows | ia32 |
x | node.js | 0.12 | Windows | x64 |
node.js | 0.10 | FreeBSD | ia32 | |
node.js | 0.10 | FreeBSD | x64 | |
x | node.js | 0.10 | Linux | ia32 |
x | node.js | 0.10 | Linux | x64 |
x | node.js | 0.10 | Mac | x64 |
node.js | 0.10 | Solaris | ia32 | |
node.js | 0.10 | Solaris | x64 | |
x | node.js | 0.10 | Windows | ia32 |
x | node.js | 0.10 | Windows | x64 |
Note 1: atom-shell
does not support FreeBSD and Solaris?
Note 2: This matrix will eventually be added to wiki and we will keep the coverage matrix up to date for the current version of node-sass.