Skip to content

Commit

Permalink
Revert more CI changes to centos job
Browse files Browse the repository at this point in the history
  • Loading branch information
mischnic committed Jan 8, 2024
1 parent cd447dc commit 6df0e95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
- name: Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
Expand All @@ -43,10 +43,12 @@ jobs:
- name: Install yarn
run: npm install --global yarn@1
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: bahmutov/[email protected]
profile: minimal
override: true
- uses: bahmutov/[email protected]
- name: Build native packages
run: yarn build-native-release
- name: Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
Expand Down Expand Up @@ -87,7 +89,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu -y
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
env:
Expand Down Expand Up @@ -140,7 +142,7 @@ jobs:
with:
toolchain: stable
target: ${{ matrix.target }}
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
env:
Expand Down Expand Up @@ -169,7 +171,7 @@ jobs:
with:
toolchain: stable
target: aarch64-apple-darwin
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*;
Expand Down Expand Up @@ -199,7 +201,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
- name: Download artifacts
Expand Down
16 changes: 9 additions & 7 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
- name: Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
Expand All @@ -43,10 +43,12 @@ jobs:
- name: Install yarn
run: npm install --global yarn@1
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: bahmutov/[email protected]
profile: minimal
override: true
- uses: bahmutov/[email protected]
- name: Build native packages
run: yarn build-native-release
- name: Strip debug symbols # https://github.com/rust-lang/rust/issues/46034
Expand Down Expand Up @@ -87,7 +89,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu g++-aarch64-linux-gnu -y
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
env:
Expand Down Expand Up @@ -140,7 +142,7 @@ jobs:
with:
toolchain: stable
target: ${{ matrix.target }}
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
env:
Expand Down Expand Up @@ -169,7 +171,7 @@ jobs:
with:
toolchain: stable
target: aarch64-apple-darwin
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: |
sudo rm -Rf /Library/Developer/CommandLineTools/SDKs/*;
Expand Down Expand Up @@ -199,7 +201,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: bahmutov/npm-install@v1.1.0
- uses: bahmutov/npm-install@v1.8.35
- name: Build native packages
run: yarn build-native-release
- name: Download artifacts
Expand Down

0 comments on commit 6df0e95

Please sign in to comment.