Skip to content
New issue

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

New version: StanSample v3.0.3 #27941

Merged
merged 1 commit into from
Jan 14, 2021

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Jan 14, 2021

Re-register v3.0.3

@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch January 14, 2021 03:35 Inactive
@giordano giordano closed this Jan 14, 2021
@giordano giordano reopened this Jan 14, 2021
UUID: c1514b29-d3a0-5178-b312-660c88baa699
Repo: https://github.com/StanJulia/StanSample.jl.git
Tree: 0a92ee1e86aa1a260ec3ce4f2a66f5c1acc34472

Registrator tree SHA: 7c16227cd1dc9bae38e25d6dc6f9c020f8ebca46
@JuliaRegistrator JuliaRegistrator force-pushed the registrator/stansample/c1514b29/v3.0.3 branch from 077bf6e to 0679f2c Compare January 14, 2021 14:21
@JuliaRegistrator JuliaRegistrator temporarily deployed to stopwatch January 14, 2021 14:21 Inactive
@github-actions
Copy link
Contributor

Your new version pull request met all of the guidelines for auto-merging and is scheduled to be merged in the next round.


If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

@JuliaTagBot JuliaTagBot merged commit 495809d into master Jan 14, 2021
@JuliaTagBot JuliaTagBot deleted the registrator/stansample/c1514b29/v3.0.3 branch January 14, 2021 14:35
@goedman
Copy link

goedman commented Jan 14, 2021

@giordano Thanks for this step forward! In the end it did not tag the release so I redid it for v3.0.4 which fixed both tag issues.

But in trying to figure out why it was hanging and scanning through the GitHub CI details/step I noticed a step Run .ci/travis_before_script.sh. This immediately triggered my interest if I could use this to replace the preinstall lines I used on Travis:

env:
  - JULIA_CMDSTAN_HOME="$HOME/cmdstan-2.24.0/"
  
before_install:
  - OLDWD=`pwd`
  - cd ~
  - wget https://github.com/stan-dev/cmdstan/releases/download/v2.24.0/cmdstan-2.24.0.tar.gz
  - tar -xzpf cmdstan-2.24.0.tar.gz
  - make -C $JULIA_CMDSTAN_HOME build
  - cd $OLDWD

Could I somehow incorporate this in GitHub CI using above step?

Thanks for your help!

Rob

ci.travis_before_script.pdf

@giordano
Copy link
Member

We're experiencing issue in CI today in this repository, it wasn't probably specific to your package

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants