Skip to content

Commit

Permalink
remove mold
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 29, 2023
1 parent f87ff8f commit 9076443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function buildMobileDev() {
./kdesrc-build --src-only ${packagesToBuild}
${checkoutBranches.map(([repo, branch]) => `cd /opt/kde/src/${repo} && git checkout ${branch} && cd /opt/kde/src/kdesrc-build`).join("; ")}
${packagesToBuild.split(" ").map((p, i, a) => `mold -run ./kdesrc-build --stop-on-failure --no-include-dependencies --no-src ${p}; echo "-- ✅ Built ${i} of ${a.length}!"`).join("; ")}
${packagesToBuild.split(" ").map((p, i, a) => `./kdesrc-build --stop-on-failure --no-include-dependencies --no-src ${p}; echo "-- ✅ Built ${i} of ${a.length}!"`).join("; ")}
EOFSU
sleep 2
EOF`);
Expand Down

0 comments on commit 9076443

Please sign in to comment.