[PATCH] D109643: Revert "CI: update gitlab config for newer runners."

Xinlong Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 11 02:23:44 PDT 2021


VincentWu created this revision.
Herald added subscribers: s.egerton, simoncook.
VincentWu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This reverts commit 5458a2b7c42f920376352ea199e4376131840188.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109643

Files:
  .gitlab-ci.yml


Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-image: ubuntu:20.04
-
-before_script:
-  - export RUNNER_MAX_LINK_JOBS=`free --giga | grep Mem | awk '{print int($2 / 16)}'`
-
-build:
-  stage: build
-  tags:
-    - llvm
-
-  script:
-    - mkdir build
-    - cd build
-    - cmake -DLLVM_PARALLEL_LINK_JOBS=${RUNNER_MAX_LINK_JOBS} -DLLVM_TARGETS_TO_BUILD="X86;RISCV" -DLLVM_ENABLE_PROJECTS="clang" -G Ninja ../llvm
-    - ninja
-    - ninja check
-


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109643.372065.patch
Type: text/x-patch
Size: 542 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210911/298351a7/attachment.bin>


More information about the llvm-commits mailing list