mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
skipping non-bundled plugins and the sources archive to spare GitHub runner's disk space
(cherry picked from commit 8b12ade8810263af4d9fe0ecd2311566f63caa47) IJ-CR-182839 GitOrigin-RevId: 241e04df148252d8d337198eff5ee3c3aa122271
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4a0e3c26de
commit
46ade36a45
@@ -19,6 +19,8 @@ object OpenSourceCommunityInstallersBuildTarget {
|
||||
// never published from .github/workflows/IntelliJ_IDEA.yml
|
||||
buildStepsToSkip += BuildOptions.WINDOWS_ZIP_STEP
|
||||
buildStepsToSkip += BuildOptions.CROSS_PLATFORM_DISTRIBUTION_STEP
|
||||
buildStepsToSkip += BuildOptions.SOURCES_ARCHIVE_STEP
|
||||
buildStepsToSkip += BuildOptions.ARCHIVE_PLUGINS
|
||||
if (OsFamily.currentOs == OsFamily.MACOS) {
|
||||
// generally not needed; doesn't work well on build agents
|
||||
buildStepsToSkip += BuildOptions.WINDOWS_EXE_INSTALLER_STEP
|
||||
|
||||
Reference in New Issue
Block a user