MisterRaindrop opened a new issue, #63:
URL: https://github.com/apache/cloudberry-pxf/issues/63

   
https://github.com/apache/cloudberry-pxf/blob/main/ci/docker/pxf-cbdb-dev/ubuntu/script/build_pxf.sh
   ```
   # mirror
   # If the download fails, you can uncomment the line to switch to another 
mirror address.
   # Configure Gradle to use Aliyun mirror
   # mkdir -p ~/.gradle
   # cat > ~/.gradle/init.gradle <<'EOF'
   # allprojects {
   #     repositories {
   #         maven { url 'https://maven.aliyun.com/repository/public/' }
   #         maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
   #         mavenCentral()
   #     }
   #     buildscript {
   #         repositories {
   #             maven { url 'https://maven.aliyun.com/repository/public/' }
   #             maven { url 
'https://maven.aliyun.com/repository/gradle-plugin' }
   #             mavenCentral()
   #         }
   #     }
   # }
   # EOF
   ```
   and
   ```
   # export GOPROXY=https://goproxy.cn,direct
   ```
   
   I want to improve the go and gradle proxy settings in the script here. In 
special network environments, compilation often fails. It's troublesome to 
adjust the proxy every time I compile. Anybody have any better suggestions?


-- 
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]

Reply via email to