This is an automated email from the ASF dual-hosted git repository.
viirya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 5cf06bf5a Pin nightly version to bypass packed_simd build error (#1743)
5cf06bf5a is described below
commit 5cf06bf5abacd4d3aacdb12daa4845eaf90d04cb
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Tue May 24 13:56:30 2022 -0700
Pin nightly version to bypass packed_simd build error (#1743)
---
.github/workflows/rust.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index a0456b365..67272053e 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -141,7 +141,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly]
+ rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env:
@@ -355,7 +355,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly]
+ rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env:
@@ -400,7 +400,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly]
+ rust: [nightly-2022-05-23]
container:
image: ${{ matrix.arch }}/rust
env: