File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ SBT="$ROOT/project/scripts/sbt" # if run on CI
99source " $ROOT /bin/common-platform"
1010
1111# build the scala/scalac/scaladoc binary, where scala is native for the current platform.
12- " $SBT " " $DIST_PROJECT /pack "
12+ " $SBT " " $DIST_PROJECT /Universal/stage "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ SOURCE_LINKS_REPOSITORY="scala/scala3"
2020SOURCE_LINKS_VERSION=" ${GITHUB_SHA:- $DOTTY_BOOTSTRAPPED_VERSION } "
2121
2222" $SBT " " scaladoc/generateTestcasesDocumentation" > " $tmp " 2>&1 || echo " generated testcases project with sbt"
23- dist/target/pack /bin/scaladoc \
23+ dist/target/universal/stage /bin/scaladoc \
2424 -d " $OUT1 " \
2525 -project " scaladoc testcases" \
2626 -source-links:out/bootstrap/scala2-library-bootstrapped/scala-" ${DOTTY_NONBOOTSTRAPPED_VERSION} " /src_managed/main/scala-library-src=github://scala/scala/v" ${STDLIB_VERSION} " # src/library \
You can’t perform that action at this time.
0 commit comments