Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI][Release] libxsimd-dev doesn't exist on Ubuntu 20.04 #33820

Closed
kou opened this issue Jan 21, 2023 · 0 comments · Fixed by #33821
Closed

[CI][Release] libxsimd-dev doesn't exist on Ubuntu 20.04 #33820

kou opened this issue Jan 21, 2023 · 0 comments · Fixed by #33821

Comments

@kou
Copy link
Member

kou commented Jan 21, 2023

Describe the bug, including details regarding any error messages, version, and platform.

#33811 adds libxsimd-dev to verification environment but Ubuntu 20.04 doesn't provide libxsimd-dev yet.

https://github.com/ursacomputing/crossbow/actions/runs/3974884455/jobs/6814413839#step:5:359

 #6 5.647 + apt-get install -y -q --no-install-recommends libxsimd-dev llvm-dev
#6 5.700 Reading package lists...
#6 6.695 Building dependency tree...
#6 6.861 Reading state information...
#6 6.880 E: Unable to locate package libxsimd-dev

Component(s)

Continuous Integration, Release

@kou kou added the Type: bug label Jan 21, 2023
raulcd pushed a commit that referenced this issue Jan 21, 2023
### Rationale for this change

Ubuntu 20.04 doesn't ship `libxsimd-dev`.

### What changes are included in this PR?

Install `libxsimd-dev` only on Ubuntu 22.04 or later.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #33820

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
@raulcd raulcd added this to the 12.0.0 milestone Jan 21, 2023
sjperkins pushed a commit to sjperkins/arrow that referenced this issue Feb 10, 2023
…che#33821)

### Rationale for this change

Ubuntu 20.04 doesn't ship `libxsimd-dev`.

### What changes are included in this PR?

Install `libxsimd-dev` only on Ubuntu 22.04 or later.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#33820

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants