ocket8888 commented on code in PR #7927:
URL: https://github.com/apache/trafficcontrol/pull/7927#discussion_r1506296907


##########
traffic_stats/build/build_rpm.sh:
##########
@@ -78,6 +78,19 @@ initBuildArea() {
        go build -v -gcflags "$gcflags" -ldflags "$ldflags" 
create/create_ts_databases.go || \
                                                                { echo "Could 
not build create_ts_databases binary"; return 1; })
 
+  # compile trafficcontrol-scenes
+  echo "Installing grafana scenes npm dependencies"
+  (cd trafficcontrol-scenes
+    npm i || \

Review Comment:
   I think the problem is that Docker won't accept that the current traffic 
stats builder image is newer than the one it can pull. So it's using the older 
one. I wonder if you were to rebase this on master if it would still have that 
problem?



-- 
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