[ARVADOS-DEV] updated: 95f94faf909ea24ef38e3bb849a49ad868035887

Git user git at public.arvados.org
Wed May 5 15:32:22 UTC 2021


Summary of changes:
 jenkins/packer-images/jenkins-image-arvados-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  95f94faf909ea24ef38e3bb849a49ad868035887 (commit)
      from  ffd369264cfefa9ff8904fa2ac1ce35acb96e7ba (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 95f94faf909ea24ef38e3bb849a49ad868035887
Author: Ward Vandewege <ward at curii.com>
Date:   Wed May 5 11:31:45 2021 -0400

    We need build-essential because of gihub.com/msteinert/pam which
    apparently uses cgo...
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-arvados-tests.sh b/jenkins/packer-images/jenkins-image-arvados-tests.sh
index 4cc6495..abe0e18 100755
--- a/jenkins/packer-images/jenkins-image-arvados-tests.sh
+++ b/jenkins/packer-images/jenkins-image-arvados-tests.sh
@@ -7,7 +7,7 @@
 set -eo pipefail
 
 # Install the dependencies for arvados-server
-sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget"
+sudo su -c "DEBIAN_FRONTEND=noninteractive apt-get install -y libpam0g-dev wget build-essential"
 
 # Get Go 1.16.3
 cd /usr/src

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list