boluor opened a new pull request, #3754: URL: https://github.com/apache/doris-website/pull/3754
## Summary \`ldb_toolchain_gen.sh\` uses bash-only syntax (\`[[ ... ]]\` etc.). On distros where \`/bin/sh\` is \`dash\` (Ubuntu, Debian), running it as \`sh ldb_toolchain_gen.sh /path/...\` fails with: \`\`\` ldb_toolchain_gen.sh: 42: [[: not found Unknown architecture: x86_64 \`\`\` Switch the invocation to \`bash ldb_toolchain_gen.sh ...\` in the x86_64 and aarch64 compilation guides, EN + zh. Fixes #3538 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
