We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x86_64-gnu
1 parent 82cd953 commit 533e770Copy full SHA for 533e770
.github/workflows/ci.yml
@@ -62,6 +62,10 @@ jobs:
62
tidy: false
63
os: ubuntu-20.04-16core-64gb
64
env: {}
65
+ - name: x86_64-gnu
66
+ tidy: false
67
+ os: ubuntu-20.04-8core-32gb
68
+ env: {}
69
timeout-minutes: 600
70
runs-on: "${{ matrix.os }}"
71
steps:
src/ci/github-actions/ci.yml
@@ -320,6 +320,10 @@ jobs:
320
<<: *job-linux-16c
321
322
323
324
+ <<: *job-linux-8c
325
326
+
327
auto:
328
permissions:
329
actions: write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
0 commit comments