Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
3 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
3 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
3 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
4 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
4 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
4 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
6 hours ago
by tondrej
t
Failed
master
79f41e54 feat(core): use static_vcruntime to avoid msvcrt dependency (#19781) Closes #19779 <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior When targeting Windows the resulting binary (nx.dll) dynamically links against Microsoft Visual C++ runtime (msvcrt140.dll). This means nx won't be able to run on Windows systems without this runtime installed. ## Expected Behavior I'd like to avoid this dependency by linking the runtime statically into the nx binary. (This is also how e.g. cargo.exe for Windows is built.) ## Related Issue(s) Fixes #19779 --------- Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
6 hours ago
by tondrej
t
Succeeded
19781
ff484789 feat(core): use static_vcruntime to avoid msvcrt dependency Closes #19779
9 days ago
by tondrej
t
Failed
master
ff484789 feat(core): use static_vcruntime to avoid msvcrt dependency Closes #19779
9 days ago
by tondrej
t
Previous page
Previous
Next
Next page