-
Notifications
You must be signed in to change notification settings - Fork 681
Use container for github actions #943
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
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
Summary: Rollback Plan: Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. - Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Increased java target version to 8, which because 1.7 is no longer supported by the JDK version (21) in Ubuntu 24.04: ``` javac -source 1.7 -target 1.7 -cp build -d build -sourcepath java java/com/facebook/R.java warning: [options] bootstrap class path not set in conjunction with -source 7 error: Source option 7 is no longer supported. Use 8 or later. error: Target option 7 is no longer supported. Use 8 or later. ``` - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
Summary: `install_googletest_from_source` runs `pushd` twice. Differential Revision: D77061401
Summary: The `has_*` functions are incompatible with protobuf 3.12.4, which we support. We have lost coverage over this protobuf version last month and thus did not catch this. Differential Revision: D77064095
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
|
This pull request was exported from Phabricator. Differential Revision: D77059596 |
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to enable string_view matchers, which is now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to make sure `string_view` matchers are enabled on older versions of GCC. These matchers are now being used by some tests. Differential Revision: D77059596
…acebook#943) Summary: This makes all supported distros being tested. - Stick to JDK 17 in Ubuntu 24.04, because Ubuntu 24.04 defaults to JDK 21, which requries source target 8, which fails some tests. (We don't yet support JDK 21) - Build GoogleTest with `-std=gnu++17` to make sure `string_view` matchers are enabled on older versions of GCC. These matchers are now being used by some tests. Differential Revision: D77059596
|
This pull request has been merged in 1dbf52f. |
Differential Revision: D77059596