Skip to content

Conversation

@paleolimbot
Copy link
Member

This PR removes the RTools35 CI job as it's currently failing and we're about to drop support following the vote to move to C++17.

@github-actions
Copy link

github-actions bot commented Sep 2, 2022

@github-actions
Copy link

github-actions bot commented Sep 2, 2022

⚠️ Ticket has not been started in JIRA, please click 'Start Progress'.

Copy link
Member

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

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

If we're going to fully drop support, there's a bit more to remove here, including:

  • logic in ci/scripts/PKGBUILD and ci/scripts/r_windows_build.sh
  • Anything involving on_old_windows()
  • README/vignette updating

There probably are other workarounds in r/src that could be removed too.

`NOT_CRAN=true`. See `vignette("install", package = "arrow")` for
details.

For Windows users of R 3.6 and earlier, note that support for AWS S3 is not
Copy link
Member

@nealrichardson nealrichardson Sep 6, 2022

Choose a reason for hiding this comment

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

This should probably say that 9.0.0 is the last version that supports Windows R < 4.0, and also note that feature set is limited on those older R version builds.

# Without this, some compute functionality segfaults in tests
export CMAKE_UNITY_BUILD=OFF
fi
export ARROW_GCS=ON
Copy link
Member

Choose a reason for hiding this comment

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

These don't need to be defined out here anymore, they can just be set in the cmake below like the other flags. If you want them configurable, you can set them like `-DARROW_GCS="${ARROW_GCS:-ON}" like we do in inst/build_arrow_static.sh.

@paleolimbot
Copy link
Member Author

(I'll re-run the Windows checks tonight when there's less CI pressure so that the Windows job doesn't keep timing out...)

Copy link
Member

@nealrichardson nealrichardson left a comment

Choose a reason for hiding this comment

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

LGTM, pending CI

@paleolimbot
Copy link
Member Author

These CI failures don't seem to be related - the DuckDB failure is ARROW-17643. I don't know what the integration test failure is related to but the error message doesn't seem to be related R.

@paleolimbot paleolimbot merged commit c586b9f into apache:master Sep 7, 2022
@ursabot
Copy link

ursabot commented Sep 7, 2022

Benchmark runs are scheduled for baseline = ff3aa3b and contender = c586b9f. c586b9f is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Finished ⬇️0.44% ⬆️0.0%] test-mac-arm
[Failed ⬇️1.1% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.32% ⬆️0.0%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] c586b9fe ec2-t3-xlarge-us-east-2
[Finished] c586b9fe test-mac-arm
[Failed] c586b9fe ursa-i9-9960x
[Finished] c586b9fe ursa-thinkcentre-m75q
[Finished] ff3aa3b7 ec2-t3-xlarge-us-east-2
[Finished] ff3aa3b7 test-mac-arm
[Failed] ff3aa3b7 ursa-i9-9960x
[Finished] ff3aa3b7 ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

@paleolimbot paleolimbot deleted the r-rtools35 branch September 8, 2022 15:39
zagto pushed a commit to zagto/arrow that referenced this pull request Oct 7, 2022
This PR removes the RTools35 CI job as it's currently failing and we're about to drop support following the vote to move to C++17.

Authored-by: Dewey Dunnington <dewey@voltrondata.com>
Signed-off-by: Dewey Dunnington <dewey@fishandwhistle.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants