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

Re-enable AOT test with Julia nightly #931

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

tkf
Copy link
Member

@tkf tkf commented Oct 24, 2021

AOT with nightly was disabled in #930 to workaround this failure

┌ Warning: Could not use exact versions of packages in manifest, re-resolving
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:1510
Precompiling project...
  ✓ CompilerSupportLibraries_jll
  ✓ OpenBLAS_jll
  ✓ libblastrampoline_jll
  ✓ MacroTools
  ✓ PyCall
  5 dependencies successfully precompiled in 6 seconds. 4 already precompiled.
  Activating project at `~/.julia/environments/v1.8`
ERROR: Unsatisfiable requirements detected for package OpenBLAS_jll [4536629a]:
 OpenBLAS_jll [4536629a] log:
 ├─possible versions are: 0.3.17 or uninstalled
 └─restricted to versions 0.3.13 by an explicit requirement — no versions left

https://github.com/JuliaPy/PyCall.jl/runs/3986291641?check_suite_focus=true#step:9:41

Opening an issue to re-enable this as a reminder.

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2021

Codecov Report

Merging #931 (bf242eb) into master (f83a11f) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #931   +/-   ##
=======================================
  Coverage   67.97%   67.97%           
=======================================
  Files          20       20           
  Lines        2033     2033           
=======================================
  Hits         1382     1382           
  Misses        651      651           
Flag Coverage Δ
unittests 67.97% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f83a11f...bf242eb. Read the comment docs.

@tkf
Copy link
Member Author

tkf commented Oct 24, 2021

It looks like PackageCompiler.jl itself is not testing with nightly at the moment JuliaLang/PackageCompiler.jl@81a01d3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants