We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
treehash.yml
1 parent 0c09eb2 commit 7bdc004Copy full SHA for 7bdc004
.github/workflows/treehash.yml
@@ -36,9 +36,9 @@ jobs:
36
using GAP_pkg_juliainterface_jll
37
jll = GAP_pkg_juliainterface_jll.find_artifact_dir()
38
jll_hash = GitTools.tree_hash(joinpath(jll, "src"))
39
- bundled = joinpath(@__DIR__, "..", "pkg", "JuliaInterface")
+ bundled = joinpath(@__DIR__, "pkg", "JuliaInterface")
40
bundled_hash = GitTools.tree_hash(joinpath(bundled, "src"))
41
- jll_hash == bundled_hash || error("tree hash is $src_hash, but JLL uses $jll_hash")
+ jll_hash == bundled_hash || error("tree hash is $bundled_hash, but JLL uses $jll_hash")
42
'
43
# next verify that GAP.jl still runs when forced to rebuild juliainterface;
44
# as a side effect this also reduce code coverage fluctuation when
0 commit comments