question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Enhancement] Add Windows Specific Parameters for just Windows builds

See original GitHub issue

As of now there is no specific params to build windows-only archives.

build the OpenSearch Dashboards distributable

options:
  --skip-archives         Don't produce tar/zip archives
  --skip-os-packages      Don't produce rpm/deb/docker packages
  --all-platforms         Produce archives for all platforms, not just this one
  --linux                 Produce archives for only linux x64 platform
  --linux-arm             Produce archives for only linux arm64 platform
  --darwin                Produce archives for only darwin x64 platform
  --rpm                   Only build the rpm package
  --deb                   Only build the deb package
  --docker                Only build the docker image
  --skip-docker-ubi       Don't build the docker ubi image
  --release               Produce a release-ready distributable
  --version-qualifier     Suffix version with a qualifier
  --skip-node-download    Reuse existing downloads of node.js
  --verbose,-v            Turn on verbose logging
  --no-debug              Turn off debug logging

I am using this comment right now to build all platforms then only take windows. % yarn build-platform --all-platforms --skip-os-packages --release

It would be really helpful to build only the windows version and also reduce the amount of build time.

Thanks.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
AMoo-Mikicommented, Oct 25, 2022

Thanks Peter for confirming. This is fixed by #2601.

0reactions
peterzhuamazoncommented, Oct 20, 2022

With @AMoo-Miki latest change we are able to use --windows to only build windows related artifacts. Confirmed on the test pipeline through our fork code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enhanced component properties - Microsoft Power Apps
With property parameters, you can now create simple user defined functions with formulas! There are some limitations, such as output ...
Read more >
Recommended configuration for VDI desktops - Microsoft Learn
Recommended settings and configuration to minimize overhead for Windows 10 1607 (10.0.1393) desktops used as VDI images.
Read more >
SetupDiag - Windows Deployment - Microsoft Learn
This optional parameter enables you to specify the output file for results. This file is where you'll find what SetupDiag was able to...
Read more >
Introduction to Active Directory Administrative Center ...
The Active Directory Administrative Center in Windows Server includes management features for the following: Active Directory Recycle Bin ...
Read more >
Manage connections from Windows 10 and Windows 11 ...
Windows Insider Preview builds only apply to Windows 10 and Windows 11 and are not available for Windows Server 2016. Note. If you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found