]> git.eshelyaron.com Git - emacs.git/commitdiff
Some EMBA integration fixes
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 23 Apr 2024 11:24:09 +0000 (13:24 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 23 Apr 2024 12:40:36 +0000 (14:40 +0200)
* test/infra/Dockerfile.emba (emacs-native-comp-speed2): Fix typo.

* test/infra/gitlab-ci.yml (.job-template): Add configure.log to
artifacts.

(cherry picked from commit 4a27b31c462d1cb015e28ddec8e0c43a3af0dc34)

test/infra/Dockerfile.emba
test/infra/gitlab-ci.yml

index 9091d60e8c82fc2b58cbe3f17f917d2584cf9539..088df86ad700b8b9fe6c5bf374b7578b020d24c8 100644 (file)
@@ -208,4 +208,4 @@ COPY . /checkout
 WORKDIR /checkout
 RUN ./autogen.sh autoconf
 RUN ./configure --with-native-compilation
-RUN make -j `nproc` bootstrap`
+RUN make -j `nproc` bootstrap
index e6840d064b513d11162f0b124e76619bba793b78..49e2118761df5126fab9de474b0d0abdaf775ee7 100644 (file)
@@ -93,6 +93,7 @@ default:
     # - test -n "$(docker ps -aq -f name=${test_name})" && ( docker export ${test_name} | tar -tvf - )
     # Prepare test artifacts.
     - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/test ${test_name}
+    - test -n "$(docker ps -aq -f name=${test_name})" && docker cp ${test_name}:checkout/configure.log ${test_name}
     - test -n "$(docker ps -aq -f name=${test_name})" && docker rm ${test_name}
     - find ${test_name} ! \( -name "*.log" -o -name ${EMACS_TEST_JUNIT_REPORT} \) -type f -delete
     # BusyBox find does not know -empty.