Giter Site home page Giter Site logo

asdf-bazel's People

Contributors

mrinalwadhwa avatar watsoncj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

asdf-bazel's Issues

bazel install 5.3.1 failure

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.1 LTS
Release:        22.04
Codename:       jammy

$ uname -a
Linux superbmo 5.19.1-051901-generic #202208111238 SMP PREEMPT_DYNAMIC Thu Aug 11 12:45:05 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

$ asdf install bazel 5.3.1
Bazel installer
---------------

Bazel is bundled with software licensed under the GPLv2 with Classpath exception.
You can find the sources next to the installer on our release page:
   https://github.com/bazelbuild/bazel/releases

# 

## Build information
   - [Commit](https://github.com/bazelbuild/bazel/commit/59b8b8f)
Uncompressing......

$ asdf list bazel 
  No versions installed

let me know if i can help

Using tag `latest` installs version `0.15.0`

I know latest is a custom version name defined by asdf but when running asdf install bazel latest, it installs version 0.15.0 and not a newer whereas it installs the newer version in other plugins.

It is not really an issue but it could be nice to, at least, warn of this behavior in the README.

bazel version are out-of-date

Hi, I check bin/list-all and found the version list is hard coded and I found a way to obtain the version list via github api (it require jq command)

#!/usr/bin/env bash

# redsymbol.net/articles/unofficial-bash-strict-mode/
set -o nounset -o pipefail -o errexit
IFS=$'\n\t'

versions=""

# Concatenate all the versions together separated by spaces
for version in $(curl -sL https://api.github.com/repos/bazelbuild/bazel/releases | jq .[].tag_name | tr -d '"')
do
  versions="${versions} ${version}"
done

# Print out the versions
echo $versions | xargs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.