Skip to content

Commit

Permalink
Try self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
kumasento committed Sep 13, 2021
1 parent 06fa175 commit 451d2c5
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,19 @@ jobs:
# Build Phism and run its tests.
build-phism:
name: Build and Test Phism
runs-on: ubuntu-20.04
runs-on: self-hosted
steps:
# - name: Configure Environment
# run: echo "${GITHUB_WORKSPACE}/llvm/install/bin" >> $GITHUB_PATH
- name: Get dependences
run: |
sudo apt-get update -y
sudo apt-get install -y build-essential libtool autoconf pkg-config flex bison libgmp-dev clang-9 libclang-9-dev texinfo python3
- name: Update the LLVM/Clang version to 9
run: |
sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-9 100
sudo update-alternatives --install /usr/bin/FileCheck FileCheck /usr/bin/FileCheck-9 100
# Disabled for self-hosted
# - name: Get dependences
# run: |
# sudo apt-get update -y
# sudo apt-get install -y build-essential libtool autoconf pkg-config flex bison libgmp-dev clang-9 libclang-9-dev texinfo python3
# - name: Update the LLVM/Clang version to 9
# run: |
# sudo update-alternatives --install /usr/bin/llvm-config llvm-config /usr/bin/llvm-config-9 100
# sudo update-alternatives --install /usr/bin/FileCheck FileCheck /usr/bin/FileCheck-9 100


# Clone the Phism repo and its submodules. Do shallow clone to save clone
Expand Down

0 comments on commit 451d2c5

Please sign in to comment.