varnish / libvmod-digest

Digest and HMAC vmod
Other
50 stars 27 forks source link

test02.vtc fails on i386 #37

Open ingvarha opened 4 years ago

ingvarha commented 4 years ago

Full build log at https://paste.centos.org/view/85d545a9

gquintard commented 4 years ago

I'm getting a 404

ingvarha commented 4 years ago

I'll try again. Full build log at https://paste.fedoraproject.org/paste/tN~4xxOSbPNyotFezwRLUw

ingvarha commented 4 years ago

Easy way out to get my package building is to just change the workspace_alloc call in test02.vtc on 32bit:

vtc.workspace_alloc(client, -3);

I can't really say if this is more or less "correct". I haven't been able to find a value that runs the test on both 32 and 64 bit.

Ingvar