Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
self-hosted-runner:
# Labels of self-hosted runners in array of string
labels:
- runs-on,cpu=64,family=c7,disk=large,image=aptos-ubuntu-x64,run-id=${{ github.run_id }}
- 2cpu-gh-ubuntu22-x64
- 2cpu-gh-ubuntu22-x64-staticip
- 2cpu-gh-ubuntu24-x64
- 4cpu-gh-ubuntu22-x64
- 4cpu-gh-ubuntu22-x64-staticip
- 4cpu-gh-ubuntu24-x64
- 16cpu-gh-ubuntu22-x64
- 16cpu-gh-ubuntu24-x64
- 32cpu-gh-ubuntu22-x64
- 32cpu-aptos-image-ubuntu22-x64
- 64cpu-gh-ubuntu22-x64
- 64cpu-gh-ubuntu24-x64
- 64cpu-aptos-image-ubuntu22-x64
# runs-on.com label kept for workflow-run-docker-rust-build.yaml
- runs-on,cpu=64,family=c7,image=aptos-ubuntu-x64,run-id=${{ github.run_id }},spot=co,disk=large
2 changes: 1 addition & 1 deletion .github/actions/rust-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- if: ${{inputs.macos != 'true'}}
name: Linux - Setup dependencies
run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libpq-dev libssl-dev pkg-config lsof lld --no-install-recommends --assume-yes
run: sudo apt-get update && sudo apt-get install build-essential ca-certificates clang curl git libdw-dev libpq-dev libssl-dev libudev-dev pkg-config lsof lld --no-install-recommends --assume-yes
shell: bash

- uses: dsherret/rust-toolchain-file@v1
Expand Down
74 changes: 0 additions & 74 deletions buildtools/packer/aws-ubuntu.pkr.hcl

This file was deleted.

2 changes: 0 additions & 2 deletions buildtools/packer/user_data.sh

This file was deleted.

Loading