Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
redox
Commits
af62d768
Commit
af62d768
authored
1 year ago
by
Jeremy Soller
Browse files
Options
Downloads
Plain Diff
Merge branch 'less_ci_deps' into 'master'
Reduce time to run CI See merge request
!1413
parents
461cbcb4
aa7edc6e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1413
Reduce time to run CI
Pipeline
#13995
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-11
6 additions, 11 deletions
.gitlab-ci.yml
mk/ci.mk
+1
-0
1 addition, 0 deletions
mk/ci.mk
with
7 additions
and
11 deletions
.gitlab-ci.yml
+
6
−
11
View file @
af62d768
...
@@ -14,30 +14,25 @@ before_script:
...
@@ -14,30 +14,25 @@ before_script:
bison \
bison \
build-essential \
build-essential \
curl \
curl \
dosfstools \
flex \
flex \
fuse \
fuse \
genisoimage \
git \
git \
gnupg \
libfuse-dev \
libfuse-dev \
nasm \
nasm \
parted \
pkg-config \
pkg-config \
software-properties-common \
syslinux \
syslinux-utils \
texinfo \
texinfo \
wget &&
wget \
zstd &&
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
img
:
img
:
script
:
script
:
-
|
-
|
source "$HOME/.cargo/env" &&
source "$HOME/.cargo/env" &&
cargo install --version 0.1.1 cargo-config &&
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash &&
cargo install --version 1.16.0 just &&
cargo binstall --no-confirm --version 0.1.1 cargo-config &&
cargo install --version 0.26.0 cbindgen &&
cargo binstall --no-confirm --version 1.16.0 just &&
cargo binstall --no-confirm --version 0.26.0 cbindgen &&
cargo build --manifest-path installer/Cargo.toml --release &&
cargo build --manifest-path installer/Cargo.toml --release &&
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
make ci-img IMG_TAG=$CI_COMMIT_REF_NAME REPO_BINARY=1
artifacts
:
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
mk/ci.mk
+
1
−
0
View file @
af62d768
...
@@ -8,6 +8,7 @@ ci-img: FORCE
...
@@ -8,6 +8,7 @@ ci-img: FORCE
rm
-rf
$(
IMG_DIR
)
rm
-rf
$(
IMG_DIR
)
mkdir
-p
$(
IMG_DIR
)
mkdir
-p
$(
IMG_DIR
)
$(
MAKE
)
demo desktop server
$(
MAKE
)
demo desktop server
cd
$(
IMG_DIR
)
&&
zstd
--rm
*
cd
$(
IMG_DIR
)
&&
sha256sum
-b
*
>
SHA256SUM
cd
$(
IMG_DIR
)
&&
sha256sum
-b
*
>
SHA256SUM
# The name of the target must match the name of the filesystem config file
# The name of the target must match the name of the filesystem config file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment