[CI] ci, install: remove fix-bun

parent adb31b7d
Pipeline #6070 canceled with stages
in 6 minutes and 34 seconds
...@@ -42,7 +42,6 @@ compile: ...@@ -42,7 +42,6 @@ compile:
#- ${CI_PROJECT_DIR}/bun.lockb #- ${CI_PROJECT_DIR}/bun.lockb
script: script:
- nix --extra-experimental-features "nix-command flakes" run .#fix-bun
- nix --extra-experimental-features "nix-command flakes" run .#compile - nix --extra-experimental-features "nix-command flakes" run .#compile
test: test:
...@@ -58,7 +57,6 @@ test: ...@@ -58,7 +57,6 @@ test:
#- ${CI_PROJECT_DIR}/bun.lockb #- ${CI_PROJECT_DIR}/bun.lockb
script: script:
- nix --extra-experimental-features "nix-command flakes" run .#fix-bun
- nix --extra-experimental-features "nix-command flakes" run .#test-ps - nix --extra-experimental-features "nix-command flakes" run .#test-ps
- nix-collect-garbage - nix-collect-garbage
...@@ -8,6 +8,5 @@ ...@@ -8,6 +8,5 @@
# nix-shell --show-trace --option build-fallback true --run 'bun install' # nix-shell --show-trace --option build-fallback true --run 'bun install'
# nix-shell --show-trace --option build-fallback true --run fix-bun # nix-shell --show-trace --option build-fallback true --run fix-bun
# nix-shell --show-trace --option build-fallback true --run build # nix-shell --show-trace --option build-fallback true --run build
nix run .#fix-bun
#nix run .#install #nix run .#install
nix run .#build nix run .#build
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment