
Raymond Toy pushed to branch issue-389-reduce-duplication-in-ci-rules at cmucl / cmucl Commits: 978bd000 by Raymond Toy at 2025-02-26T05:35:58-08:00 Use install_configuration for opensuse:install We can use the install_configuration for opensuse:install job. Can't yet use it for osx. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -275,17 +275,11 @@ linux:static-analyzer: - make -C linux-4/lisp CFLAGS=-fanalyzer > analyzer.log 2>&1 opensuse:install: - stage: install + <<: *install_configuration tags: - opensuse - artifacts: - paths: - - snapshot/ - script: - - wget -nv $download_url/cmucl-$version-linux.tar.bz2 - - wget -nv $download_url/cmucl-$version-linux.extra.tar.bz2 - - mkdir snapshot - - (cd snapshot; tar xjf ../cmucl-$version-linux.tar.bz2; tar xjf ../cmucl-$version-linux.extra.tar.bz2) + variables: + osname: "linux" opensuse:build: <<: *build_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/978bd000ce15cfe41ab518a9... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/978bd000ce15cfe41ab518a9... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)