This is an automated email from the ASF dual-hosted git repository.

houqp 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 d68c4ae  Pin WASM / packed SIMD tests to nightly-2022-01-17 (#1204)
d68c4ae is described below

commit d68c4ae14077d60326eb57fe28133645f800d7e5
Author: Andrew Lamb <[email protected]>
AuthorDate: Tue Jan 18 21:35:43 2022 -0500

    Pin WASM / packed SIMD tests to nightly-2022-01-17 (#1204)
---
 .github/workflows/rust.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index d73bb65..66e2d57 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -131,7 +131,8 @@ jobs:
     strategy:
       matrix:
         arch: [amd64]
-        rust: [nightly]
+        # pin nightly until  https://github.com/rust-lang/packed_simd/pull/341 
is resolved
+        rust: [nightly-2022-01-17]
     container:
       image: ${{ matrix.arch }}/rust
       env:
@@ -345,7 +346,8 @@ jobs:
     strategy:
       matrix:
         arch: [amd64]
-        rust: [nightly]
+        # pin nightly until  https://github.com/rust-lang/packed_simd/pull/341 
is resolved
+        rust: [nightly-2022-01-17]
     container:
       image: ${{ matrix.arch }}/rust
       env:

Reply via email to