https://pulumi.com logo
Docs
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
contribute
  • a

    adventurous-jordan-10043

    08/02/2018, 8:58 PM
    so it's just a matter of checking macOs version and using lower grpcio on Capitan ?
  • a

    adventurous-jordan-10043

    08/02/2018, 8:58 PM
    is it easy to do ? should I do that in the makefile or elsewhere ?
  • b

    bitter-oil-46081

    08/02/2018, 9:05 PM
    so it's just a matter of checking macOs version and using lower grpcio on Capitan ?
    I'm not sure the implications of using an earlier version. I know there were bugs with earlier versions that we hit. But we could consider rolling back to 1.11.0, for now, which looks like the last version that had prebuilt binaries for 10.11? Can you try pip install grpcio=1.11.0 ?
  • s

    stocky-spoon-28903

    08/02/2018, 9:36 PM
    Would anyone take particular issue to a PR that aliases
    bucket
    as
    name
    on
    aws.s3.Bucket
    ?
  • s

    stocky-spoon-28903

    08/02/2018, 9:36 PM
    That has annoyed me since release 0.1 of Terraform…
  • a

    adventurous-jordan-10043

    08/03/2018, 12:58 PM
    good news, grpcio 1.14.0 can be isntalled from a binary on EL Capitan
  • a

    adventurous-jordan-10043

    08/03/2018, 12:58 PM
    bad news is I don't know if it safe to update pulumi with this version
  • s

    stocky-spoon-28903

    08/03/2018, 7:02 PM
    Does anyone have any objection to my upgrading the version of the terraform provider that
    pulumi-aws
    is based on?
  • s

    stocky-spoon-28903

    08/03/2018, 7:02 PM
    (Not sure if there’s some kind of automatic process for doing it)
  • w

    white-balloon-205

    08/03/2018, 7:04 PM
    No objection at all! I was planning on updating all of the providers to latest version this afternoon, and as part of that I’ll make sure to document the steps so that this is easier for others to PR in the future.
  • s

    stocky-spoon-28903

    08/03/2018, 7:10 PM
    I assume you are working off
    pulumi-master
    of your fork?
    w
    • 2
    • 10
  • s

    stocky-spoon-28903

    08/07/2018, 12:38 AM
    Does anyone (I assume at Pulumi) have a nice build container image or similar? Keeping the versions in sync with y’all is hard (work is using $latest of everything)
    m
    c
    +2
    • 5
    • 11
  • a

    adventurous-jordan-10043

    08/10/2018, 4:45 PM
    What is the current mechanism behind the dirty tagging on releases ?
  • b

    bitter-oil-46081

    08/10/2018, 4:56 PM
    I don’t understand exactly what you are asking, @adventurous-jordan-10043, Presently the build system asks git if the work tree is dirty and if so adds the dirty tag. Are you seeing some weird behavior somewhere?
  • a

    adventurous-jordan-10043

    08/10/2018, 5:05 PM
    I'm testing brew install on v0.15.0-rc1 branch, when I start building version is
    Version=v0.15.0-rc1-dirty
  • a

    adventurous-jordan-10043

    08/10/2018, 5:05 PM
    Was wondering if there is any logic behind dirty tagging
  • a

    adventurous-jordan-10043

    08/10/2018, 5:06 PM
    Because we don't really want to ship a pulumi with a dirty tag in version
  • b

    bitter-oil-46081

    08/10/2018, 5:31 PM
    Was wondering if there is any logic behind dirty tagging?
    https://github.com/pulumi/pulumi/blob/master/scripts/get-version is how we actually compute the version. I assume that as part of the brew build, some files in the work tree get edited? If we need to patch how this works for brew, we can do so. BTW, Is the formula somewhere I can look at and play around with myself?
  • a

    adventurous-jordan-10043

    08/10/2018, 5:36 PM
    This is the list of git operations before starting building
    -.sh
  • a

    adventurous-jordan-10043

    08/10/2018, 5:37 PM
    This is https://github.com/Homebrew/homebrew-core/pull/30711 my PR on homebrew repo
  • a

    adventurous-jordan-10043

    08/10/2018, 5:38 PM
    But it's largely outdated. I'm currently waiting on the merge of my last PR + a new stable tag that I can use. After that I will update my PR.
  • a

    adventurous-jordan-10043

    08/10/2018, 5:39 PM
    Meanwhile, I can gist or put here the current state of the brew formula (as you want)
  • a

    adventurous-jordan-10043

    08/10/2018, 5:44 PM
    or I will just create a new branch on my homebrew fork
  • a

    adventurous-jordan-10043

    08/10/2018, 6:04 PM
    https://github.com/Tirke/homebrew-core/blob/pulumi-example/Formula/pulumi.rb current state of the pulumi brew formula
  • b

    bitter-oil-46081

    08/10/2018, 6:10 PM
    Thanks! We're pushing pretty hard here today to try to get 0.15.0-rc2 out, but I'll play around with this.
  • a

    adventurous-jordan-10043

    08/10/2018, 6:13 PM
    I will check too, thanks for your help
  • b

    bitter-oil-46081

    08/10/2018, 6:17 PM
    Thanks for your help with home-brew. It's really appreciated!
  • a

    adventurous-jordan-10043

    08/10/2018, 6:25 PM
    We are nearly there, makes me really 😄
  • a

    adventurous-jordan-10043

    08/10/2018, 6:34 PM
    @bitter-oil-46081 Found a way to avoid the dirty tag thanks to your help.
  • a

    adventurous-jordan-10043

    08/10/2018, 6:35 PM
    I was just missing some dot files while copying to GOPATH
Powered by Linen
Title
a

adventurous-jordan-10043

08/10/2018, 6:35 PM
I was just missing some dot files while copying to GOPATH
View count: 1