@@ -67,7 +67,7 @@ Set 'cache-check-probability' to 1.0, which should trigger the check
67
67
> EOF
68
68
$ rm -rf _build
69
69
$ dune build --config-file config reproducible non-reproducible
70
- Warning : cache store error [2522fd3dc29664b37f7c36af43b54479 ]: ((in_cache
70
+ Warning : cache store error [50ef03520a30e8325c18fdf2c0bdd1ea ]: ((in_cache
71
71
((non-reproducible 1 c8fc4744d4cef1bd2b8f5e915b36be9))) (computed
72
72
((non-reproducible 6 cfaa7a90747882bcf4ffe7252c1cf89)))) after executing
73
73
(echo ' build non-reproducible' ;cp dep non-reproducible)
@@ -119,7 +119,7 @@ Test that the environment variable and the command line flag work too
119
119
120
120
$ rm -rf _build
121
121
$ DUNE_CACHE_CHECK_PROBABILITY =1 .0 dune build --cache =enabled reproducible non-reproducible
122
- Warning : cache store error [2522fd3dc29664b37f7c36af43b54479 ]: ((in_cache
122
+ Warning : cache store error [50ef03520a30e8325c18fdf2c0bdd1ea ]: ((in_cache
123
123
((non-reproducible 1 c8fc4744d4cef1bd2b8f5e915b36be9))) (computed
124
124
((non-reproducible 6 cfaa7a90747882bcf4ffe7252c1cf89)))) after executing
125
125
(echo ' build non-reproducible' ;cp dep non-reproducible)
@@ -131,7 +131,7 @@ Test that the environment variable and the command line flag work too
131
131
132
132
$ rm -rf _build
133
133
$ dune build --cache =enabled --cache-check-probability =1 .0 reproducible non-reproducible
134
- Warning : cache store error [2522fd3dc29664b37f7c36af43b54479 ]: ((in_cache
134
+ Warning : cache store error [50ef03520a30e8325c18fdf2c0bdd1ea ]: ((in_cache
135
135
((non-reproducible 1 c8fc4744d4cef1bd2b8f5e915b36be9))) (computed
136
136
((non-reproducible 6 cfaa7a90747882bcf4ffe7252c1cf89)))) after executing
137
137
(echo ' build non-reproducible' ;cp dep non-reproducible)
0 commit comments