-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
212 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#! /usr/bin/env nix-shell | ||
#! nix-shell -i bash -p cargo | ||
set -eu | ||
|
||
if ! [ -f common.nix ]; then | ||
echo 'Needs to run in pkgs/scx' >&2 | ||
exit 1 | ||
fi | ||
|
||
PKGROOT=$PWD | ||
pushd /tmp | ||
|
||
if [ -d scx ]; then | ||
echo 'WARNING: Using an already cloned version of scx, the result might be outdated.' | ||
else | ||
git clone --single-branch 'https://github.com/sched-ext/scx.git' | ||
fi | ||
|
||
pushd scx | ||
CURRREV=$(git rev-parse HEAD) | ||
|
||
pushd scheds/rust | ||
for s in lavd layered rlfifo rustland rusty; do | ||
pushd "scx_${s}" | ||
|
||
cargo generate-lockfile | ||
cp Cargo.lock "$PKGROOT/${s}/Cargo.lock" | ||
|
||
popd | ||
done | ||
|
||
popd | ||
popd | ||
popd | ||
|
||
echo "Updated to ${CURRREV}" | ||
echo 'FINISHED SUCCESSFULLY' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,6 @@ gitOverride { | |
tg-owt_git | ||
else | ||
realCall; | ||
glibmm_2_68 = glibmm_git; | ||
}; | ||
|
||
nyxKey = "telegram-desktop_git"; | ||
|
7e340fc
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All packages were built and cached successfully! (293 not suitable for building)