[CI] Migrate to rockylinux8 / manylinux_2_28_x86_64 (#10399)
* [CI] Migrate to rockylinux8 / manylinux_2_28_x86_64 * Scrub all references to CentOS 7 * Fix * Remove use of yum * Use gcc-10 in cpu * Temporarily disable -Werror * Use GCC 9 for now * Roll back gRPC * Scrub all references to manylinux2014_x86_64 * Revise rename_whl.py to handle no-op rename * Change JDK_VERSION back to 8 * Reviewer's comment * Use GCC 10 * Use Spark 3.5.1, same as in pom.xml * Fix JAR install
This commit is contained in:
committed by
GitHub
parent
320e7c2041
commit
bc3747bdce
@@ -195,12 +195,6 @@ def skip_win() -> PytestSkip:
|
||||
return {"reason": "Unsupported platform.", "condition": is_windows()}
|
||||
|
||||
|
||||
def skip_s390x() -> PytestSkip:
|
||||
condition = platform.machine() == "s390x"
|
||||
reason = "Known to fail on s390x"
|
||||
return {"condition": condition, "reason": reason}
|
||||
|
||||
|
||||
class IteratorForTest(xgb.core.DataIter):
|
||||
"""Iterator for testing streaming DMatrix. (external memory, quantile)"""
|
||||
|
||||
@@ -523,7 +517,6 @@ def make_sparse_regression(
|
||||
|
||||
"""
|
||||
if not hasattr(np.random, "default_rng"):
|
||||
# old version of numpy on s390x
|
||||
rng = np.random.RandomState(1994)
|
||||
X = sparse.random(
|
||||
m=n_samples,
|
||||
|
||||
Reference in New Issue
Block a user