Skip to content

Add target for wasm extension files#20404

Merged
istio-testing merged 1 commit intoistio:masterfrom
bianpengyuan:fix-proxy-build
Jan 22, 2020
Merged

Add target for wasm extension files#20404
istio-testing merged 1 commit intoistio:masterfrom
bianpengyuan:fix-proxy-build

Conversation

@bianpengyuan
Copy link
Copy Markdown
Contributor

@bianpengyuan bianpengyuan commented Jan 22, 2020

fixes #20400

@googlebot googlebot added the cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. label Jan 22, 2020
@istio-testing istio-testing added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jan 22, 2020
@bianpengyuan
Copy link
Copy Markdown
Contributor Author

/test integ-telemetry-k8s-tests_istio

WASM_RELEASE_DIR=${ISTIO_ENVOY_LINUX_RELEASE_DIR}
if [[ "$LOCAL_OS" == "Darwin" ]]; then
WASM_RELEASE_DIR=${ISTIO_ENVOY_MACOS_RELEASE_DIR}
fi
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why is Darwin being removed here?

Does #20372 address the same problem?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

These wasm files are linux only. So does the envoy binary built from proxy repo.

I initially added mac path to follow how envoy binary donwloading is done in this script. But actually the macos path and the envoy binary downloaded to that path is not used at all. Its version stays at 1.0.2... It is always the envoy binary under linux path that is used in the final image built. So I see no reason to keep a macos path here for wasm. I am not sure but I don't think #20372 could solve the issue...

I think this script could use some clean up to just remove presence of macos from it since there is no plan and unlikely that we are going to ship an envoy binary built on macos.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

we use Mac for unit tests

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

8 similar comments
@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@yaojianbo1969
Copy link
Copy Markdown

how to climb over the firewall by google search?
thank you!!

@istio-testing istio-testing merged commit df42a8e into istio:master Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Set by the Google CLA bot to indicate the author of a PR has signed the Google CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"make docker" command fails

6 participants