diff options
| author | Tianhao Wang <wth@riseup.net> | 2024-02-25 13:31:28 +0100 |
|---|---|---|
| committer | Tianhao Wang <shrik3@mailbox.org> | 2024-06-11 15:13:39 +0200 |
| commit | 50cb93eb1f3eeb8ce9446d8c5ffbd07ba8e7707e (patch) | |
| tree | f060a886da16f46f4e4d1e0a448999acdc0223dc | |
| parent | 70f9c89c64caa9f3e06c3c18a35157ce89f16162 (diff) | |
remove conflicting toolchain spec
| -rw-r--r-- | .builds/x86_64.yml | 2 | ||||
| -rw-r--r-- | rust-toolchain | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.builds/x86_64.yml b/.builds/x86_64.yml index 02f5bd6..4168b03 100644 --- a/.builds/x86_64.yml +++ b/.builds/x86_64.yml @@ -18,6 +18,6 @@ tasks: cd rustubs mkdir build make - + artifacts: - rustubs/bootdisk.iso diff --git a/rust-toolchain b/rust-toolchain deleted file mode 100644 index e7ed2fd..0000000 --- a/rust-toolchain +++ /dev/null @@ -1 +0,0 @@ -nightly-x86_64-unknown-linux-gnu |
