Skip to content

Conversation

@sciabarra
Copy link
Contributor

This PR updates the actionloop Python to support precompilation. Also fixes Python2 that is disabled but still available in source for those who may need it.

@sciabarra sciabarra requested a review from rabbah January 15, 2020 13:20
# && CGO_ENABLED=0 go build -o /bin/proxy
FROM golang:1.12 as builder
RUN env CGO_ENABLED=0 go get github.com/apache/openwhisk-runtime-go/main && mv /go/bin/main /bin/proxy
FROM python:2.7-alpine
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you adapt this to use the same approach used in the swift runtime apache/openwhisk-runtime-swift@418ced7

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is already done by #81 which was merged and a rebase will pick it up.

@rabbah
Copy link
Member

rabbah commented Jan 27, 2020

This needs a rebase.

@sciabarra sciabarra changed the title Updated actionloop python Updated actionloop python [work in progress] Feb 6, 2020
@sciabarra sciabarra closed this Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants