Skip to content

Commit

Permalink
Test new binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Dec 2, 2024
1 parent 85359e9 commit efb22fc
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,54 +13,54 @@ jobs:
matrix:
include:
# Ubuntu Installations
# - name: ubuntu-20.04
# os: ubuntu-20.04
# container: null
# regressionFail: true
- name: ubuntu-20.04
os: ubuntu-20.04
container: null
regressionFail: true
- name: ubuntu-22.04
os: ubuntu-22.04
container: null
# - name: ubuntu-24.04
# os: ubuntu-24.04
# container: null
# # Debian Installations
# - name: debian-12
# os: ubuntu-latest
# image: debian:12
# imageFamily: debian
# - name: debian-11
# os: ubuntu-latest
# image: debian:11
# imageFamily: debian
# # Red Hat Installations
# - name: rocky-8
# os: ubuntu-latest
# image: rockylinux:8
# imageFamily: redhat
# regressionFail: true
# - name: rocky-9
# os: ubuntu-latest
# image: rockylinux:9
# imageFamily: redhat
# - name: almalinux-8
# os: ubuntu-latest
# image: almalinux:8
# imageFamily: redhat
# regressionFail: true
# - name: almalinux-9
# os: ubuntu-latest
# image: almalinux:9
# imageFamily: redhat
# # SUSE Installations
# - name: opensuse-15.6
# os: ubuntu-latest
# image: opensuse/leap:15.6
# imageFamily: suse
# # User level installation
# - name: user-install
# os: ubuntu-latest
# image: null
# user: true
- name: ubuntu-24.04
os: ubuntu-24.04
container: null
# Debian Installations
- name: debian-12
os: ubuntu-latest
image: debian:12
imageFamily: debian
- name: debian-11
os: ubuntu-latest
image: debian:11
imageFamily: debian
# Red Hat Installations
- name: rocky-8
os: ubuntu-latest
image: rockylinux:8
imageFamily: redhat
regressionFail: true
- name: rocky-9
os: ubuntu-latest
image: rockylinux:9
imageFamily: redhat
- name: almalinux-8
os: ubuntu-latest
image: almalinux:8
imageFamily: redhat
regressionFail: true
- name: almalinux-9
os: ubuntu-latest
image: almalinux:9
imageFamily: redhat
# SUSE Installations
- name: opensuse-15.6
os: ubuntu-latest
image: opensuse/leap:15.6
imageFamily: suse
# User level installation
- name: user-install
os: ubuntu-latest
image: null
user: true
# # Custom location installation
# - name: custom-install
# os: ubuntu-latest
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Install sail from binary
run: |
sudo mkdir -p /usr/local
curl --location https://github.com/user-attachments/files/17933831/riscv_sim_RV64.tar.gz | sudo tar xvz --directory=/usr/local/bin
curl --location https://github.com/user-attachments/files/17976143/riscv_sim_RV64.tar.gz | sudo tar xvz --directory=/usr/local/bin
# export PATH=$PATH:/usr/local/bin
- name: check install
run: which riscv_sim_RV64
Expand Down

0 comments on commit efb22fc

Please sign in to comment.