summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 15:09:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2023-10-13 15:09:01 -0700
commit50404d9f2744d0ba854121ec02ce069761c9b242 (patch)
treecc0bdfe87ffa831dab24e7be52acee99da5c08d7
parenta3be1f2f4980709691e60c245aeef0e45cbd478b (diff)
gitlab CI: add libc-dev to required packages in build containerHEADmaster
Resolves configure failure: configure:3823: checking whether the C compiler works configure:3845: gcc conftest.c >&5 /usr/bin/ld: cannot find Scrt1.o: No such file or directory /usr/bin/ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status configure:3849: $? = 1 configure:3889: result: no Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b07dcf1..35855db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,8 +31,8 @@ variables:
# The tag should be updated each time the list of packages is updated.
# Changing a tag forces the associated image to be rebuilt.
# Note: the tag has no meaning, we use a date format purely for readability
- FDO_DISTRIBUTION_TAG: '2023-10-13.0'
- FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make xutils-dev libfs-dev xz-utils'
+ FDO_DISTRIBUTION_TAG: '2023-10-13.1'
+ FDO_DISTRIBUTION_PACKAGES: 'git gcc pkgconf autoconf automake make libc-dev xutils-dev libfs-dev xz-utils'
#