Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48549d7

Browse files
committedApr 1, 2025·
test: comment out steps that need app to run
1 parent 1cb65e6 commit 48549d7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
 

‎repo.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,12 @@ pre_build.commands = [
349349
# These have the same behavior as repo_build.pre_build.commands, except that they run after the build.
350350
post_build.commands = [
351351
["${root}/repo${shell_ext}", "stubgen", "-c", "${config}"],
352-
# Generate a shortcut to run the Mass Ingestion CLI in LSS
353-
["${root}/_build/${platform}/${config}/kit/kit${exe_ext}", "${root}/_build/${platform}/${config}/apps/lightspeed.app.trex.validation_cli_generator.kit", "--no-window", "--/app/extensions/excluded/0='omni.kit.splash' --/app/extensions/excluded/1='omni.kit.window.splash' --/app/settings/persistent=0 --/app/settings/loadUserConfig=0 --/structuredLog/enable=0 --/app/hangDetector/enabled=0 --/crashreporter/skipOldDumpUpload=1 --/app/content/emptyStageOnStart=1", "--/app/file/ignoreUnsavedOnExit=1", "--/app/fastShutdown=1", "--/app/quitAfter=10", "--exec", "${root}/tools/custom/generate_mass_cli.py"],
354-
["${root}/_build/${platform}/${config}/kit/kit${exe_ext}", "${root}/_build/${platform}/${config}/apps/omni.flux.app.service.documentation_cli_generator.kit", "--no-window", "--exec", "${root}/tools/custom/generate_app.py -id omni.flux.service.documentation -n omni.flux.app.service.documentation.cli"],
352+
# TODO: rewrite without extension manager dependency running in app. Should be able to pass root path to tool.
353+
# # Generate a shortcut to run the Mass Ingestion CLI in LSS
354+
# ["${root}/_build/${platform}/${config}/kit/kit${exe_ext}", "${root}/_build/${platform}/${config}/apps/lightspeed.app.trex.validation_cli_generator.kit", "--no-window", "--/app/extensions/excluded/0='omni.kit.splash' --/app/extensions/excluded/1='omni.kit.window.splash' --/app/settings/persistent=0 --/app/settings/loadUserConfig=0 --/structuredLog/enable=0 --/app/hangDetector/enabled=0 --/crashreporter/skipOldDumpUpload=1 --/app/content/emptyStageOnStart=1", "--/app/file/ignoreUnsavedOnExit=1", "--/app/fastShutdown=1", "--/app/quitAfter=10", "--exec", "${root}/tools/custom/generate_mass_cli.py"],
355+
# TODO: Need to figure out how to skip for github builds
356+
# # Generate the service documentation
357+
# ["${root}/_build/${platform}/${config}/kit/kit${exe_ext}", "${root}/_build/${platform}/${config}/apps/omni.flux.app.service.documentation_cli_generator.kit", "--no-window", "--exec", "${root}/tools/custom/generate_app.py -id omni.flux.service.documentation -n omni.flux.app.service.documentation.cli"],
355358
]
356359

357360
copy = [

0 commit comments

Comments
 (0)
Please sign in to comment.