Skip to content

Commit c64c499

Browse files
committed
Not using prebuilt compiler in CI mode
1 parent bfcefd4 commit c64c499

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/install.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ function copyPrebuiltCompilers() {
240240
* @returns {string|undefined}
241241
*/
242242
function checkPrebuiltBscCompiler() {
243+
if(process.env.BS_TRAVIS_CI){
244+
return ;
245+
}
243246
try {
244247
var version = String(
245248
cp.execFileSync(path.join(lib_dir, "bsc" + sys_extension), ["-v"])

0 commit comments

Comments
 (0)