Skip to content

Commit

Permalink
chore: move mock-rock to rocks-toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
zhijie-yang committed Sep 23, 2024
1 parent 047adb5 commit 440bcfa
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mock_rock/1.0/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: mock-rock
summary: Hello World
description: The most basic example of a rock.
version: "1.0"
base: bare
build-base: ubuntu@22.04
license: Apache-2.0
platforms:
amd64:
arm64:

parts:
hello:
plugin: nil
stage-packages:
- hello
15 changes: 15 additions & 0 deletions mock_rock/1.1/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: mock-rock
summary: Hello World
description: The most basic example of a rock.
version: "1.1"
base: bare
build-base: ubuntu@22.04
license: Apache-2.0
platforms:
amd64:

parts:
hello:
plugin: nil
stage-packages:
- hello
15 changes: 15 additions & 0 deletions mock_rock/1.2/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: mock-rock
summary: Hello World
description: The most basic example of a rock.
version: "1.2"
base: bare
build-base: ubuntu@22.04
license: Apache-2.0
platforms:
amd64:

parts:
hello:
plugin: nil
stage-packages:
- hello

0 comments on commit 440bcfa

Please sign in to comment.