Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
148 changes: 0 additions & 148 deletions .github/workflows/js.yml

This file was deleted.

33 changes: 0 additions & 33 deletions ci/docker/debian-12-js.dockerfile

This file was deleted.

60 changes: 0 additions & 60 deletions ci/scripts/js_build.sh

This file was deleted.

31 changes: 0 additions & 31 deletions ci/scripts/js_test.sh

This file was deleted.

3 changes: 0 additions & 3 deletions dev/tasks/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ tasks:
{% for target in ["cpp",
"csharp",
"integration",
"js",
"python",
"ruby"] %}
verify-rc-source-{{ target }}-linux-{{ distribution }}-{{ version }}-amd64:
Expand Down Expand Up @@ -597,7 +596,6 @@ tasks:
{% for target in ["cpp",
"csharp",
"integration",
"js",
"python",
"ruby"] %}
verify-rc-source-{{ target }}-macos-amd64:
Expand All @@ -611,7 +609,6 @@ tasks:
{% for target in ["cpp",
"csharp",
"integration",
"js",
"python",
"ruby"] %}
verify-rc-source-{{ target }}-macos-arm64:
Expand Down
30 changes: 1 addition & 29 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ x-hierarchy:
- debian-ruby
- debian-python:
- debian-docs
- debian-js
- fedora-cpp:
- fedora-python
- python-sdist
Expand Down Expand Up @@ -1768,31 +1767,6 @@ services:
command: >
/bin/bash -c "/arrow/ci/scripts/r_revdepcheck.sh /arrow"

############################# JavaScript ####################################

debian-js:
# Usage:
# docker compose build debian-js
# docker compose run debian-js
image: ${REPO}:${ARCH}-debian-${DEBIAN}-js-${NODE}
build:
context: .
dockerfile: ci/docker/debian-${DEBIAN}-js.dockerfile
cache_from:
- ${REPO}:${ARCH}-debian-${DEBIAN}-js-${NODE}
args:
arch: ${ARCH}
node: ${NODE}
shm_size: *shm-size
volumes: *debian-volumes
environment:
<<: *common
BUILD_DOCS_JS: "ON"
command: &js-command >
/bin/bash -c "
/arrow/ci/scripts/js_build.sh /arrow /build &&
/arrow/ci/scripts/js_test.sh /arrow /build"

#################################### C# #####################################

ubuntu-csharp:
Expand Down Expand Up @@ -1884,7 +1858,6 @@ services:
ARROW_SUBSTRAIT: "ON"
BUILD_DOCS_C_GLIB: "ON"
BUILD_DOCS_CPP: "ON"
BUILD_DOCS_JS: "ON"
BUILD_DOCS_PYTHON: "ON"
BUILD_DOCS_R: "ON"
volumes: *debian-volumes
Expand All @@ -1895,8 +1868,7 @@ services:
/arrow/ci/scripts/cpp_build.sh /arrow /build &&
/arrow/ci/scripts/python_build.sh /arrow /build &&
/arrow/ci/scripts/c_glib_build.sh /arrow /build &&
/arrow/ci/scripts/r_build.sh /arrow /build &&
/arrow/ci/scripts/js_build.sh /arrow /build"
/arrow/ci/scripts/r_build.sh /arrow /build"

################################# Tools #####################################

Expand Down
Loading