Skip to content

Commit

Permalink
java-jars
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 7, 2024
1 parent d2e4700 commit 3758736
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

{{ macros.github_header() }}

permissions:
packages: write

jobs:

build-cpp-ubuntu:
Expand Down Expand Up @@ -51,6 +54,7 @@ jobs:
- name: Build C++ libraries
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
GITHUB_TOKEN: {{ '${{ secrets.GITHUB_TOKEN }}' }}
run: |
archery docker run \
-e ARROW_JAVA_BUILD=OFF \
Expand Down
3 changes: 3 additions & 0 deletions dev/tasks/python-wheels/github.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
VCPKG_OVERLAY_TRIPLETS: {{ "${{ github.workspace }}/arrow/ci/vcpkg" }}
VCPKG_ROOT: {{ "${{ github.workspace }}/vcpkg" }}

permissions:
packages: write

jobs:
build:
name: Build wheel for Python {{ python_version }} on macOS
Expand Down
3 changes: 3 additions & 0 deletions dev/tasks/python-wheels/github.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@

{{ macros.github_header() }}

permissions:
packages: write

jobs:
build:
name: "Build wheel for Windows"
Expand Down

0 comments on commit 3758736

Please sign in to comment.