Werner changed the topic of #armbian to: armbian - Linux for ARM development boards | Current Release: 20.05.3 | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Forums Feed: #armbian-rss | This channel is logged -> irc.armbian.com
BCMM has quit [Ping timeout: 264 seconds]
ChriChri_ has joined #armbian
ChriChri has quit [Ping timeout: 265 seconds]
ChriChri_ is now known as ChriChri
macc24 has joined #armbian
<lanefu>
TV boxes clogs up the forum. </complaint>
<ArmbianTwitter>
@Poddingue (Bruno Verachten 🍰): @orangepixunlong @OPi_Community @omgubuntu @IloveRockchip @AllwinnerTech @RaspiZone @cnxsoft @linuxdevices @BrianLinuxing @armbian Nice ! I guess it would not work with your #RK3399 ? (6.9m ago)
<ArmbianTwitter>
@orangepixunlong (OrangePi): @Poddingue @OPi_Community @omgubuntu @IloveRockchip @AllwinnerTech @RaspiZone @cnxsoft @linuxdevices @BrianLinuxing @armbian nope, it's also compatible with the #RK3399, pls kindly note! (2s ago)
<Werner>
IgorPec, I still have some broken torrents but I guess it is not that important since they are all .2 and are superseded by .3?
willmore has quit [Ping timeout: 265 seconds]
<IgorPec>
hmm, strange ... well, .3 are only those few bugfixed
<IgorPec>
will not remake all
<IgorPec>
it looks like this torrent system need some inspection
<Werner>
Also transmission does not ideally handle defective torrents. It tries to download the corrupted part over and over, wasting traffic and spaming syslog.
<IgorPec>
ahaa, yes, i had the exact same situation last time
archetech has quit [Quit: Konversation terminated!]
torv has quit [Remote host closed the connection]
archetech has joined #armbian
lanefu has quit [Quit: WeeChat 1.9.1]
<IgorPec>
RzR: bullseye might not be fully polished yet
<IgorPec>
Werner: is there any torrent still broken?
lanefu has joined #armbian
lanefu has quit [Changing host]
lanefu has joined #armbian
<IgorPec>
lanefu: hey
<lanefu>
Hey IgorPec
<IgorPec>
i am testing gitlab actions
<IgorPec>
and it seems it might help us
<IgorPec>
i might get some POC together in a day or two
<lanefu>
okay awesome.. yeah we can still use our own runners.. which lets us do big builds.. but yeah we can probably simplify and eliminate jenkins
<IgorPec>
that's absolutely needed
<IgorPec>
stock runners are like compiling on sBC
<Werner>
IgorPec, let me run an update and lets see
<lanefu>
anything in specific you want to test first?
<IgorPec>
Werner: great
<IgorPec>
lanefu: not sure yet, in the morning i was able to run something on my runner, but then it got stucked ... then I had to leave the office. so ...
<IgorPec>
probably the best would be to (auto) maintain our own docker build image and make use of it
<Werner>
Looking good. All OK
<IgorPec>
since here - if you use public host - it always starts from scratch, updating system, downloading toolchain
<IgorPec>
Werner: great!
<IgorPec>
Lanefu: but here - if you use your own runner - this is probably not needed.
<lanefu>
yeah that's definitely an advantage
<lanefu>
althogh i guess we could make a docker image for the github runner that has toolchains etc installed
<lanefu>
but also.... performance
<IgorPec>
it has to be tested, for minor things, github runner is good enough
macc24 has joined #armbian
sunshavi has quit [Ping timeout: 264 seconds]
<ArmbianTwitter>
@David_GT (David Costa): @orangepixunlong @OPi_Community @armbian @linuxdevices @cnxsoft @Raspberry_Pi @RaspiZone @IloveRockchip @ubuntu @omgubuntu @ubuntugeek Testing it; Now we have correct temperature readings ;-) https://t.co/NOjGqmMoq3 (4s ago)
torv has joined #armbian
<Werner>
Xulong claimed on Twitter they reached out to Armbian regarding the temperature fix. Did they?
<IgorPec>
i asked them yesterday and they replied "i will fwd to engineers".
<IgorPec>
i have no info about the issue yet
<Werner>
Interesting interpretation on their side...
<IgorPec>
well, their proper way would anyway be to release a source code
<Werner>
Yes
<IgorPec>
IDK if their image is ok
<IgorPec>
IDC :)
<Werner>
They did not push anything fancy to their repositories yet
<IgorPec>
yes, i didn't find anything
rdorsch`away is now known as rdorsch
sunshavi has joined #armbian
sunshavi has quit [Read error: Connection reset by peer]
torv_ has joined #armbian
torv has quit [Remote host closed the connection]
<Werner>
All phandle are different in their dtb. thermal-sensor-calibration is identical to ours. ths is identical as well. They have some additional pmu and timer stuff.
<Werner>
Their cpu_thermal section is more interesting. They have different values there. But no idea what these are good for
<Werner>
Nevermind about the pmu and timer stuff. Found it.
rdorsch is now known as rdorsch`away
rdorsch`away is now known as rdorsch
Elpaulo has quit [Quit: Elpaulo]
archetech has quit [Quit: Konversation terminated!]
<IgorPec>
but it could be improved, to rebuild kernel if also upstream has been changed
<Werner>
From a quick view I was thinking the same way. detect by changes in patch folders
<IgorPec>
scenario: if we add a patch to sunxi ... ok, CI rebuilds sunxi ... but also check all others and rebuild them if changes are upstream
<IgorPec>
yeah, this trick is good for merge request test builds
<IgorPec>
as it is now, works pretty good
<Werner>
So Lane's script detects what has changed and what to build...What if the workflow calls this script and the script calls the actual build script. Would that work?
<Werner>
So let the CI start a build run regardless of what has changed in the PR and let the script decide
<IgorPec>
exactly this way its done
<Werner>
With jenkins as far as I understood
<IgorPec>
yes
<Werner>
I mean use it with CI
<IgorPec>
but it would be nice to get rid of jenkins if possible
<IgorPec>
we need more scripts, one for Merge request to do a test build
<IgorPec>
and the other one for real builds on push
<IgorPec>
yes, but his script needs some external library
<IgorPec>
which is why i didn't try it yet.
<Werner>
It most likely needs some adjustments. Just wanted to know if that would be possible at all.
<IgorPec>
yes, i think it should be
<Werner>
runs-on: self-hosted, then external stuff should not be an issue to provide?
<IgorPec>
it runs on my deskop atm
<Werner>
Okay
<IgorPec>
and you can add n-machines as a build runner
rdorsch`away is now known as rdorsch
<Werner>
Interesting. Seem not so much to it to setup a runner
<IgorPec>
yeah, but it can get complicatged
sassinak-work has quit [Ping timeout: 256 seconds]
<lanefu>
the biggest advantage to github actions is really just about relability.. right now we're running on jenkins out of my house....i can add more runner nodes, but for what it's doing, we should be able to do with out
sassinak-work has joined #armbian
<lanefu>
do the github runners have to run in docker? or can they be on bare metal
<IgorPec>
it can run on windows if you like ;)
<lanefu>
you're twisted
<Werner>
Bare metal works, just tested
<IgorPec>
yes, it works fine ... i think we need to figure out how many jobs and scripts we need for this CI
ced117 has joined #armbian
ced117 has quit [Changing host]
ced117 has joined #armbian
rdorsch is now known as rdorsch`away
<Werner>
I'll continue playing with this tomorrow. Have a good one.
<IgorPec>
sure, see ya
ced117 has quit [Ping timeout: 256 seconds]
ced117 has joined #armbian
ced117 has quit [Changing host]
ced117 has joined #armbian
rdorsch`away is now known as rdorsch
IgorPec has quit [Quit: Leaving]
IgorPec has joined #armbian
IgorPec has joined #armbian
IgorPec has quit [Changing host]
rdorsch is now known as rdorsch`away
macc24 has quit [Ping timeout: 256 seconds]
sunshavi has quit [Remote host closed the connection]
sunshavi has joined #armbian
sunshavi has quit [Remote host closed the connection]
MrFixIt has quit [Remote host closed the connection]
martinayotte_ has quit [Ping timeout: 260 seconds]
MrFixIt has joined #armbian
sunshavi has joined #armbian
kc4zvw has left #armbian [#armbian]
rdorsch`away is now known as rdorsch
pommelin has joined #armbian
pommelin has quit [Remote host closed the connection]
BCMM has quit [Quit: Konversation terminated!]
rdorsch is now known as rdorsch`away
drobo_00 has quit [Remote host closed the connection]