rob05c commented on code in PR #7003:
URL: https://github.com/apache/trafficcontrol/pull/7003#discussion_r938088749


##########
infrastructure/cdn-in-a-box/cache/Dockerfile:
##########
@@ -60,6 +60,7 @@ RUN dnf -y install epel-release && \
         libmaxminddb            \
         libtool-ltdl            \
         libunwind               \
+       libuuid                 \

Review Comment:
   We're seeing failures with our internal build system with Rocky8, on the TO 
API Tests. We're not entirely sure why it's succeeding in Github, but failing 
on our internal build. 
   
   The error is
   ```
   infrastructure/cdn-in-a-box/docker-compose -p ATCN-toapi-7 -f 
docker-compose.traffic-ops-test.yml -f docker-compose.yml --no-ansi build 
--parallel --no-cache edge enroller dns db smtp trafficops integration
   
   rpm -Uvh /trafficserver.rpm
   
    ---> Running in 4eaac11a7b28
   error: Failed dependencies:
        xz is needed by trafficserver-13492:9.1.2-22.b965ea10a.el8.x86_64
   ```
   
   It looks like the `rpm` call doesn't install dependencies. I'm not sure how 
it's succeeding in Github here.
   
   Every PR run I look at is using a cached RPM. Is it possible a clean build 
in Github that didn't use the cache would also fail?
   
   We're still investigating.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to