Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix nix build by removing old nightlies #161

Merged
merged 13 commits into from
Feb 11, 2025
4 changes: 2 additions & 2 deletions .github/workflows/refresh-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
fail-fast: false
matrix:
package: [fuel, fuel-testnet, fuel-mainnet, fuel-ignition, fuel-nightly]
os: [buildjet-4vcpu-ubuntu-2204, macos-latest, macos-latest-xlarge]
os: [buildjet-4vcpu-ubuntu-2204, macos-latest-large, macos-latest-xlarge]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
branch: master

notify-slack-on-failure:
if: failure()
if: failure() && github.ref == 'refs/heads/master'
needs:
[
refresh-and-upload-manifests,
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
name = "fuel-core-dev";
inputsFrom = with fuelpkgs; [
fuel-core-nightly
fuel-gql-cli-nightly
];
buildInputs = [pkgs.grpc-tools];
inherit (fuelpkgs.fuel-core-nightly) LIBCLANG_PATH ROCKSDB_LIB_DIR;
Expand Down
Loading