Skip to content

Commit

Permalink
chore: update github URLs (#253)
Browse files Browse the repository at this point in the history
The core Arrow repo has updated the name of its HEAD branch. The old
links still work, but might as well update.
  • Loading branch information
danepitkin authored Jul 7, 2023
1 parent 0169185 commit 2f7a016
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extensions/nanoarrow_ipc/dev/update_fbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

# get the .fbs files from the arrow repo
mkdir format && cd format
curl -L https://github.com/apache/arrow/raw/master/format/Schema.fbs --output Schema.fbs
curl -L https://github.com/apache/arrow/raw/master/format/Tensor.fbs --output Tensor.fbs
curl -L https://github.com/apache/arrow/raw/master/format/SparseTensor.fbs --output SparseTensor.fbs
curl -L https://github.com/apache/arrow/raw/master/format/Message.fbs --output Message.fbs
curl -L https://github.com/apache/arrow/raw/master/format/File.fbs --output File.fbs
curl -L https://github.com/apache/arrow/raw/main/format/Schema.fbs --output Schema.fbs
curl -L https://github.com/apache/arrow/raw/main/format/Tensor.fbs --output Tensor.fbs
curl -L https://github.com/apache/arrow/raw/main/format/SparseTensor.fbs --output SparseTensor.fbs
curl -L https://github.com/apache/arrow/raw/main/format/Message.fbs --output Message.fbs
curl -L https://github.com/apache/arrow/raw/main/format/File.fbs --output File.fbs

# compile using flatcc
flatcc --common --reader --builder --verifier --recursive --outfile ../../src/nanoarrow_ipc/nanoarrow_ipc_flatcc_generated.h *.fbs
Expand Down

0 comments on commit 2f7a016

Please sign in to comment.