Skip to content

Commit

Permalink
podvm: LIBC=gnu for centos and rhel
Browse files Browse the repository at this point in the history
Matching what is set in the binaries build for centos and rhel

Signed-off-by: James Tumber <[email protected]>
  • Loading branch information
tumberino committed Nov 3, 2023
1 parent 941fac1 commit 56ac364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion podvm/Dockerfile.podvm.centos
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN tar xvf /src/cloud-api-adaptor/podvm/files/pause-bundle.tar.gz -C /src/cloud
COPY . /src/cloud-api-adaptor

RUN cd cloud-api-adaptor/podvm && \
make image
LIBC=gnu make image

# The below instructions can be used if you prefer to rebuild all the binaries
#RUN cd cloud-api-adaptor/podvm && \
Expand Down
2 changes: 1 addition & 1 deletion podvm/Dockerfile.podvm.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN tar xvf /src/cloud-api-adaptor/podvm/files/pause-bundle.tar.gz -C /src/cloud
COPY . /src/cloud-api-adaptor

RUN cd cloud-api-adaptor/podvm && \
make image
LIBC=gnu make image

# The below instructions can be used if you prefer to rebuild all the binaries
#RUN cd cloud-api-adaptor/podvm && \
Expand Down

0 comments on commit 56ac364

Please sign in to comment.