rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
126 stars 76 forks source link

Fix Bazel config flag #63

Closed rajat2004 closed 4 years ago

rajat2004 commented 4 years ago

Build was failing due to kafka & ignite config flags which are not there any longer The other options are already preconfigured as disabled

Preconfigured Bazel build configs to DISABLE default on features:
    --config=noaws          # Disable AWS S3 filesystem support.
    --config=nogcp          # Disable GCP support.
    --config=nohdfs         # Disable HDFS support.
    --config=nonccl         # Disable NVIDIA NCCL support.

Removed all the flags since they honestly are more pain than they should be, and the build itself is not going to complete so don't think it matters much