Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TESTING] Bazel v8 <> docker testing #19845

Closed
wants to merge 63 commits into from

Commits on Dec 10, 2021

  1. wasm: update V8 to v9.7.106.17.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    dcf1d3e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. wasm: migrate to V8's native Bazel support.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c411adc View commit details
    Browse the repository at this point in the history
  2. review: fix presubmit.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    193fa96 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. review: fix build on Linux/aarch64.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    8ab7c90 View commit details
    Browse the repository at this point in the history
  2. review: add link for the aarch64 fix.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    23b3b8e View commit details
    Browse the repository at this point in the history
  3. review: fix coverage.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    b7232dd View commit details
    Browse the repository at this point in the history
  4. review: fix build with GCC.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    c0ecc28 View commit details
    Browse the repository at this point in the history
  5. review: regenerate patch.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    590d817 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. review: force -O1 in fastbuild.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    71a803e View commit details
    Browse the repository at this point in the history
  2. review: enable snapshot compression.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    10a263a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Revert "review: enable snapshot compression."

    This reverts commit 10a263a.
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    aced9bc View commit details
    Browse the repository at this point in the history
  2. review: update V8 to v9.9.62.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    d4bbfc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. review: try build on Windows.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    feedc69 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    0a8ce19 View commit details
    Browse the repository at this point in the history
  3. review: use locally installed toolchain on Windows.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    cfab867 View commit details
    Browse the repository at this point in the history
  4. review: fix build on aarch64.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e561426 View commit details
    Browse the repository at this point in the history
  5. review: fix build with GCC.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    321f9bd View commit details
    Browse the repository at this point in the history
  6. review: generate inspector files using @rules_python.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    c98b873 View commit details
    Browse the repository at this point in the history
  7. review: move patch.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    64db4d5 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b77a2b7 View commit details
    Browse the repository at this point in the history
  9. review: move "cmd" to bash script.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    5707c0a View commit details
    Browse the repository at this point in the history
  10. review: fix typo.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    7e438dc View commit details
    Browse the repository at this point in the history
  11. review: update patchset.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    6f51734 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. review: respect envoy_linkstatic().

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    b4b2c2b View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Revert "review: respect envoy_linkstatic()."

    This reverts commit b4b2c2b.
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    367405a View commit details
    Browse the repository at this point in the history
  2. review: update V8 to v9.9.80.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    0843882 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    2153e4f View commit details
    Browse the repository at this point in the history
  4. review: remove trailing whitespace.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    09c394c View commit details
    Browse the repository at this point in the history
  5. review: revert genrule_repository changes.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    e4d9c04 View commit details
    Browse the repository at this point in the history
  6. review: remove -fPIC.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    7d6cb45 View commit details
    Browse the repository at this point in the history
  7. Revert "review: remove -fPIC."

    This reverts commit 7d6cb45.
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    541f858 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. review: --define=no_debug_info=1.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    169cea3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    677f06f View commit details
    Browse the repository at this point in the history
  3. review: try to remove all symbols.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    255206e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. review: exclude win32 tests from coverage.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    19f1693 View commit details
    Browse the repository at this point in the history
  2. review: revert -Wl,-s.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6f8f74e View commit details
    Browse the repository at this point in the history
  3. review: reword comment.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    021cd9b View commit details
    Browse the repository at this point in the history
  4. review: re-disable Wasm on Windows.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5453364 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c5c4517 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    feda62e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. review: update V8 to v9.9.115.3.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    c5dad46 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    ff43cd1 View commit details
    Browse the repository at this point in the history
  3. review: @configs_pip3 -> @base_pip3.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    d739c34 View commit details
    Browse the repository at this point in the history
  4. review: fix sha256.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a7cd405 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7477b1c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    7bca0d7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    5f38cd4 View commit details
    Browse the repository at this point in the history
  2. review: add notes where to get info about dependencies.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    d224902 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    764d877 View commit details
    Browse the repository at this point in the history
  2. review: update V8 to v9.9.115.5.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b216aab View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    749e1ec View commit details
    Browse the repository at this point in the history
  2. review: disable pointer compression.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    56e7f63 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    75d6aef View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Merge remote-tracking branch 'origin/main' into PiotrSikora/v8_v9.7-w…

    …ith-bazel
    
    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    5abeb04 View commit details
    Browse the repository at this point in the history
  2. review: cherry-pick envoyproxy#19837 for testing.

    Signed-off-by: Piotr Sikora <piotrsikora@google.com>
    PiotrSikora committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    6126953 View commit details
    Browse the repository at this point in the history
  3. ci

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ee781ff View commit details
    Browse the repository at this point in the history
  4. ci

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    195e11a View commit details
    Browse the repository at this point in the history
  5. ci/

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    a7c8ae7 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into bazel-v8-testing

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ce43890 View commit details
    Browse the repository at this point in the history
  7. oops

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    824b8cf View commit details
    Browse the repository at this point in the history
  8. ci/

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    4a81cf4 View commit details
    Browse the repository at this point in the history
  9. ci/

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    79b45c6 View commit details
    Browse the repository at this point in the history
  10. ci/

    Signed-off-by: Ryan Northey <ryan@synca.io>
    phlax committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    2594463 View commit details
    Browse the repository at this point in the history