]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-29
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 27 Mar 2023 21:16:59 +0000 (17:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 27 Mar 2023 21:16:59 +0000 (17:16 -0400)
0337131bfa1 Update to Transient v0.3.7-218-g3dbb22a
a8c23677d39 Update to Org 9.6.2
45b16bfb496 Skip failing tests on Cygwin with native compilation (bug...
8b4a494d8d4 Fix GNUSTEP tests on EMBA

# Conflicts:
# test/infra/gitlab-ci.yml

1  2 
configure.ac
test/Makefile.in
test/infra/gitlab-ci.yml

diff --cc configure.ac
Simple merge
Simple merge
index b000f128278e675e6bb73384fe68f56ebf7f51d1,de1148460aa0b7ceebcc5bd179a7c337a1bedc1f..d1fef0187d4d7beb23f07bce4c8b92406e828d58
@@@ -239,41 -229,22 +239,39 @@@ test-filenotify-gio
      # This is needed in order to get a JUnit test report.
      make_params: '-k -C test check-expensive LOGFILES="lisp/autorevert-tests.log lisp/filenotify-tests.log"'
  
- # The next two jobs are commented out due to bug#62210.
- # build-image-gnustep:
- #   stage: platform-images
- #   extends: [.job-template, .build-template, .gnustep-template]
- #   variables:
- #     target: emacs-gnustep
 +build-image-eglot:
 +  stage: platform-images
 +  extends: [.job-template, .build-template, .eglot-template]
 +  variables:
 +    target: emacs-eglot
 +
 +test-eglot:
 +  stage: platforms
 +  extends: [.job-template, .test-template, .eglot-template]
 +  needs:
 +    - job: build-image-eglot
 +      optional: true
 +  variables:
 +    target: emacs-eglot
 +    # This is needed in order to get a JUnit test report.
 +    make_params: '-k -C test check-expensive LOGFILES="lisp/progmodes/eglot-tests.log"'
 +
+ build-image-gnustep:
+   stage: platform-images
+   extends: [.job-template, .build-template, .gnustep-template]
+   variables:
+     target: emacs-gnustep
  
test-gnustep:
  # This tests the GNUstep build process.
  stage: platforms
  extends: [.job-template, .gnustep-template]
  needs:
    - job: build-image-gnustep
      optional: true
  variables:
    target: emacs-gnustep
    make_params: install
+ test-gnustep:
+   # This tests the GNUstep build process.
+   stage: platforms
+   extends: [.job-template, .gnustep-template]
+   needs:
+     - job: build-image-gnustep
+       optional: true
+   variables:
+     target: emacs-gnustep
+     make_params: install
  
  # The next two jobs are commented out due to high workload on
  # emba.gnu.org.