gerlowskija commented on PR #2605:
URL: https://github.com/apache/solr/pull/2605#issuecomment-2273958773

   Also - when I check out this code locally it compiles fine in my IDE, but 
I'm having trouble running the packaging tasks (e.g. `./gradlew assemble`) in 
my terminal.  The gradle build hangs on several of the compose-ui tasks.  In 
the example below I let it run > 50m before killing the build:
   
   ```
   > Task :solr:compose-ui:compileKotlinWasmJs
   Options for KOTLIN DAEMON: 
IncrementalCompilationOptions(super=CompilationOptions(compilerMode=INCREMENTAL_COMPILER,
 targetPlatform=JS, reportCategories=[0, 3], reportSeverity=2, 
requestedCompilationResults=[0], kotlinScriptExtensions=[]), 
areFileChangesKnown=false, modifiedFiles=null, deletedFiles=null, 
classpathChanges=NotAvailableForJSCompiler, 
workingDir=/Users/gerlowskija/checkouts/solr/solr/compose-ui/build/kotlin/compileKotlinWasmJs/cacheable,
 
multiModuleICSettings=MultiModuleICSettings(buildHistoryFile=/Users/gerlowskija/checkouts/solr/solr/compose-ui/build/kotlin/compileKotlinWasmJs/local-state/build-history.bin,
 useModuleDetection=false), usePreciseJavaTracking=false, 
icFeatures=IncrementalCompilationFeatures(withAbiSnapshot=false, 
preciseCompilationResultsBackup=true, 
keepIncrementalCompilationCachesInMemory=true, 
enableUnsafeIncrementalCompilationForMultiplatform=false), 
outputFiles=[/Users/gerlowskija/checkouts/solr/solr/compose-ui/build/classes/kotlin/wasmJs/main,
 /U
 
sers/gerlowskija/checkouts/solr/solr/compose-ui/build/kotlin/compileKotlinWasmJs/cacheable,
 
/Users/gerlowskija/checkouts/solr/solr/compose-ui/build/kotlin/compileKotlinWasmJs/local-state])
   <===========--> 90% EXECUTING [51m 4s]
   > IDLE
   > IDLE
   > :solr:compose-ui:compileCommonMainKotlinMetadata
   > :solr:compose-ui:compileKotlinDesktop
   > :solr:compose-ui:compileKotlinWasmJs
   > IDLE
   ```
   
   Going to try this on different machines and hopefully work around it.  But 
if anyone has any insights (or even specific commands that worked for them), 
I'd love to get this working locally to kick the tires of the new UI.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to