File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed 
src/ci/docker/host-aarch64 Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ FROM ubuntu:25.10
22
33ARG  DEBIAN_FRONTEND=noninteractive
44RUN  apt-get update && apt-get install -y --no-install-recommends \
5+   #  FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6+   coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
57  g++ \
68  make \
79  ninja-build \
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ FROM ubuntu:25.10
33ARG  DEBIAN_FRONTEND=noninteractive
44
55RUN  apt-get update && apt-get install -y --no-install-recommends \
6+   #  FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
7+   coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
68  bzip2 \
79  g++ \
810  make \
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ FROM ubuntu:25.10
22
33ARG  DEBIAN_FRONTEND=noninteractive
44RUN  apt-get update && apt-get install -y --no-install-recommends \
5+   #  FIXME(#147556): Use GNU coreutils to work around a libffi-sys build failure.
6+   coreutils-from-gnu coreutils-from-uutils- --allow-remove-essential \
57  g++ \
68  make \
79  ninja-build \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments