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, 1:34 PM
    Is there a way to downgrade while waiting for the bump
  • a

    adventurous-jordan-10043

    08/02/2018, 1:34 PM
    with
    go get
    ?
  • s

    stocky-spoon-28903

    08/02/2018, 1:35 PM
    You could
    cd
    to the directory in GOPATH, check out the revision you want and
    go install
  • a

    adventurous-jordan-10043

    08/02/2018, 1:35 PM
    that's what I expected lol
  • a

    adventurous-jordan-10043

    08/02/2018, 2:36 PM
    Ok found
    make only_build
    could be useful to get out gometalinter hell
  • w

    white-balloon-205

    08/02/2018, 2:42 PM
    @bitter-oil-46081 Should we update gometalinter? (is it that even possible, other than just using
    master
    and accepting they will break our build every so often)
  • a

    adventurous-jordan-10043

    08/02/2018, 2:43 PM
    Latest version seems broken, I replaced gas by gosec in
    Gometalinter.json
    then updated every
    // nolint
  • a

    adventurous-jordan-10043

    08/02/2018, 2:43 PM
    make
    fails on nolint as gosec ignore them and there is already one issue
  • a

    adventurous-jordan-10043

    08/02/2018, 2:43 PM
    referencing that
  • w

    white-balloon-205

    08/02/2018, 3:04 PM
    Note that in general - using the same versions as listed in https://github.com/pulumi/scripts/blob/master/ci/install-common-toolchain.sh is the most likely to "just work".
  • a

    adventurous-jordan-10043

    08/02/2018, 3:12 PM
    I'm updating my initial brew PR. My formula needs to build pulumi from source and pulumi is quite heavy on dependencies. And I think that I can't really afford the flexibility of what is done in
    install-common-toolchain.sh
  • a

    adventurous-jordan-10043

    08/02/2018, 6:43 PM
    I've finished assembling the homebrew formula for pulumi
    🎉 1
  • a

    adventurous-jordan-10043

    08/02/2018, 6:44 PM
    https://github.com/Homebrew/homebrew-core/pull/30711
  • a

    adventurous-jordan-10043

    08/02/2018, 6:44 PM
    Problem is, build is failing on El Capitan on python-sdk gprcio install
  • a

    adventurous-jordan-10043

    08/02/2018, 6:45 PM
    https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/28248/version=el_capitan/testReport/brew-test-bot/el_capitan/install_pulumi/
  • a

    adventurous-jordan-10043

    08/02/2018, 6:46 PM
    Issue seems to be widespread but fixes are not evident, many people talk about bumping gprcio version but we already are using a quite recent version
  • a

    adventurous-jordan-10043

    08/02/2018, 6:46 PM
    Bumping pip version is also often suggested
  • a

    adventurous-jordan-10043

    08/02/2018, 6:47 PM
    But with pipenv in the equation I don't really know what I can do about that 😞
  • w

    white-balloon-205

    08/02/2018, 8:31 PM
    @bitter-oil-46081 @incalculable-sundown-82514 Any thoughts on how to unblock this issue @adventurous-jordan-10043 is hitting with the homebrew formula?
  • a

    adventurous-jordan-10043

    08/02/2018, 8:33 PM
    I'm installing El Capitan on a VM to dig a little bit further
  • b

    bitter-oil-46081

    08/02/2018, 8:36 PM
    I'm not certain, either. It is very surprising that it looks like it was able to build libboringssl.a and yet it says the compiler can not build boringssl?
  • b

    bitter-oil-46081

    08/02/2018, 8:38 PM
    @adventurous-jordan-10043: have you seen this issue? https://github.com/grpc/grpc/issues/14573?
  • b

    bitter-oil-46081

    08/02/2018, 8:39 PM
    I wonder if just doing a
    pip install grpcio=1.12.1
    fails as well?
  • b

    bitter-oil-46081

    08/02/2018, 8:42 PM
    It's possible that grpc folks stopped building pre-built binaries for El Capitan?
  • b

    bitter-oil-46081

    08/02/2018, 8:44 PM
    For example I see grpcio-1.12.1-cp27-cp27m-macosx_10_12_x86_64.whl on https://pypi.org/project/grpcio/1.12.1/#files, but El Capitan is 10.11.
  • b

    bitter-oil-46081

    08/02/2018, 8:49 PM
    I don't have any super bright ideas and the mac I do have with me is too new to downgrade to 10.11. It looks like I can get access to a El Capitan image via Travis, so if you need some help @adventurous-jordan-10043 I can try poking around 30 mins at a time.
  • a

    adventurous-jordan-10043

    08/02/2018, 8:52 PM
    I'm on my vm
  • a

    adventurous-jordan-10043

    08/02/2018, 8:52 PM
    EL capitan will try poking gprcio version
  • a

    adventurous-jordan-10043

    08/02/2018, 8:57 PM
    pip install grpcio=1.12.1 fails
  • a

    adventurous-jordan-10043

    08/02/2018, 8:57 PM
    with the exact same error
Powered by Linen
Title
a

adventurous-jordan-10043

08/02/2018, 8:57 PM
with the exact same error
View count: 1