We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello Are you going to make releases regular? I mean publish to github compiled version.
For example, you can use github actions https://github.com/marketplace/actions/rust-action with conditions based on the branch or tags (ex. all commits to master will build and publish)
The text was updated successfully, but these errors were encountered:
@local:~$ brew install tvm-linker ==> Installing tvm-linker from tonsoft/stable ==> Downloading https://github.com/tonsoft/homebrew-stable/releases/download/tvm-linker-210210.0829/tvm-linker-210210.0829.x86_64_linux.bottle.tar.gz Already downloaded: /home/ilyar/.cache/Homebrew/downloads/e517bb4690167af1e53decc5d5cc97e90d06fa9d3eb978058b9d04053c92cbeb--tvm-linker-210210.0829.x86_64_linux.bottle.tar.gz ==> Pouring tvm-linker-210210.0829.x86_64_linux.bottle.tar.gz 🍺 /home/linuxbrew/.linuxbrew/Cellar/tvm-linker/210210.0829: 8 files, 7.6MB @local:~$ tvm-linker --version TVM linker 0.1.0 COMMIT_ID: 977a0aa61ef100b6b221123fc44ab0f30b47cc84 BUILD_DATE: 2021-02-10 21:15:48 +0000 COMMIT_DATE: 2021-02-10 23:29:07 +0300 GIT_BRANCH: HEAD tvm_linker 0.1 () @local:~$ tvm_linker --version TVM linker 0.1.0 COMMIT_ID: 977a0aa61ef100b6b221123fc44ab0f30b47cc84 BUILD_DATE: 2021-02-10 21:15:48 +0000 COMMIT_DATE: 2021-02-10 23:29:07 +0300 GIT_BRANCH: HEAD tvm_linker 0.1 ()
Sorry, something went wrong.
Now You can download binaries of tvm-linker & compilers with tondev sol update
tondev sol update
No branches or pull requests
Hello
Are you going to make releases regular?
I mean publish to github compiled version.
For example, you can use github actions https://github.com/marketplace/actions/rust-action with conditions based on the branch or tags (ex. all commits to master will build and publish)
The text was updated successfully, but these errors were encountered: