summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_codegen_cranelift/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_codegen_cranelift/.github/workflows')
-rw-r--r--compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml4
-rw-r--r--compiler/rustc_codegen_cranelift/.github/workflows/main.yml10
-rw-r--r--compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml6
3 files changed, 20 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml b/compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml
index 12aa69d3c..bd3b05118 100644
--- a/compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml
+++ b/compiler/rustc_codegen_cranelift/.github/workflows/abi-cafe.yml
@@ -35,6 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ if: matrix.os == 'ubuntu-latest'
+ run: cat /proc/cpuinfo
+
- name: Cache cargo target dir
uses: actions/cache@v3
with:
diff --git a/compiler/rustc_codegen_cranelift/.github/workflows/main.yml b/compiler/rustc_codegen_cranelift/.github/workflows/main.yml
index 47d9a3b93..05dc28d07 100644
--- a/compiler/rustc_codegen_cranelift/.github/workflows/main.yml
+++ b/compiler/rustc_codegen_cranelift/.github/workflows/main.yml
@@ -66,6 +66,10 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ if: matrix.os == 'ubuntu-latest'
+ run: cat /proc/cpuinfo
+
- name: Cache cargo target dir
uses: actions/cache@v3
with:
@@ -136,6 +140,9 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ run: cat /proc/cpuinfo
+
- name: Prepare dependencies
run: ./y.sh prepare
@@ -159,6 +166,9 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ run: cat /proc/cpuinfo
+
- name: Cache cargo target dir
uses: actions/cache@v3
with:
diff --git a/compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml b/compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml
index b49dc3aff..cb5dd51fe 100644
--- a/compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml
+++ b/compiler/rustc_codegen_cranelift/.github/workflows/rustc.yml
@@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ run: cat /proc/cpuinfo
+
- name: Cache cargo target dir
uses: actions/cache@v3
with:
@@ -31,6 +34,9 @@ jobs:
steps:
- uses: actions/checkout@v3
+ - name: CPU features
+ run: cat /proc/cpuinfo
+
- name: Cache cargo target dir
uses: actions/cache@v3
with: