Skip to content

Commit

Permalink
Back out "[proxygen][oss] enable CMake build (with HTTP/3)"
Browse files Browse the repository at this point in the history
Summary: Original commit changeset: 5e101fc38417

Reviewed By: snarkmaster

Differential Revision: D15726457

fbshipit-source-id: 001ee9ebaee81ebc60996e5fb95c1870121b2dec
  • Loading branch information
lnicco authored and facebook-github-bot committed Jun 9, 2019
1 parent d4a39be commit 1f819a5
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions build/fbcode_builder/specs/proxygen.py
Expand Up @@ -7,26 +7,14 @@

import specs.folly as folly
import specs.fizz as fizz
import specs.mvfst as mvfst
import specs.sodium as sodium
import specs.wangle as wangle
import specs.zstd as zstd


def fbcode_builder_spec(builder):
builder.add_option(
'proxygen/proxygen:cmake_defines',
{
'BUILD_QUIC': 'ON',
}
)
return {
'depends_on': [folly, wangle, fizz, sodium, zstd, mvfst],
'depends_on': [folly, wangle, fizz, sodium],
'steps': [
# CMake build with QUIC/HTTP3
builder.fb_github_cmake_install(
'proxygen/proxygen', '..'),
# Legacy build with no QUIC/HTTP3
builder.fb_github_autoconf_install('proxygen/proxygen'),
],
}

0 comments on commit 1f819a5

Please sign in to comment.