Skip to content

Commit 8a7ff10

Browse files
committed
(cargo-release) version 1.1.2-rc.5
1 parent d73cf6c commit 8a7ff10

File tree

4 files changed

+2
-40
lines changed

4 files changed

+2
-40
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ jobs:
3131
target: x86_64-unknown-linux-gnu
3232
use-cross: false
3333

34-
- build: linux-arm
35-
os: ubuntu-latest
36-
os-name: linux
37-
target: aarch64-unknown-linux-gnu
38-
use-cross: true
39-
4034
steps:
4135
- name: Checkout repository
4236
uses: actions/[email protected]
@@ -46,12 +40,6 @@ jobs:
4640
with:
4741
target: ${{ matrix.job.target }}
4842

49-
- name: Install aarch64 deps
50-
if: matrix.job.target == 'aarch64-unknown-linux-gnu'
51-
run: |
52-
sudo apt update
53-
sudo apt-get install -y binutils-aarch64-linux-gnu gcc-aarch64-linux-gnu
54-
5543
- name: Cargo build
5644
run: cargo build --release --target ${{ matrix.job.target }}
5745

@@ -86,24 +74,4 @@ jobs:
8674
- uses: dtolnay/rust-toolchain@stable
8775
- run: cargo publish --token ${{ secrets.CARGO_API_KEY }}
8876

89-
homebrew:
90-
name: Bump Homebrew formula
91-
needs: [publish]
92-
runs-on: ubuntu-latest
93-
steps:
94-
- name: Extract version
95-
id: extract-version
96-
run: |
97-
printf "::set-output name=%s::%s\n" tag-name "${GITHUB_REF#refs/tags/}"
9877

99-
- name: Bumb homebrew formula
100-
uses: mislav/[email protected]
101-
if: "!contains(github.ref, '-')"
102-
with:
103-
formula-name: mob
104-
homebrew-tap: afajl/homebrew-mob
105-
download-url: 'https://github.com/afajl/mob/releases/download/${{ steps.extract-version.outputs.tag-name }}/mob-${{ steps.extract-version.outputs.tag-name }}-macos-x86_64-apple-darwin.tar.gz'
106-
commit-message: |
107-
{{formulaName}} {{version}}
108-
env:
109-
COMMITTER_TOKEN: ${{ secrets.COMMITTER_TOKEN }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "remotemob"
3-
version = "1.1.2-rc.4"
3+
version = "1.1.2-rc.5"
44
authors = ["Paul Diaconescu <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66
edition = "2021"

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Mob is a console tool to work in a remote mob (or pair) with git.
1616
<!-- vim-markdown-toc GFM -->
1717

1818
* [Installing](#installing)
19-
* [Homebrew](#homebrew)
2019
* [Cargo](#cargo)
2120
* [Manually](#manually)
2221
* [Usage](#usage)
@@ -33,11 +32,6 @@ Mob is a console tool to work in a remote mob (or pair) with git.
3332

3433
## Installing
3534

36-
### Homebrew
37-
```bash
38-
brew install afajl/mob/mob
39-
```
40-
4135
### Cargo
4236
Install [rust](https://www.rust-lang.org/tools/install) and run:
4337
```bash

0 commit comments

Comments
 (0)